From 55c0d395da78c1717fb2d54549729ddd62851eb9 Mon Sep 17 00:00:00 2001 From: Gustavo Gonzalez Date: Tue, 10 Sep 2024 14:59:38 -0400 Subject: [PATCH] update lock file --- Scarb.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Scarb.lock b/Scarb.lock index a2c5bed1e..517b346d8 100644 --- a/Scarb.lock +++ b/Scarb.lock @@ -139,13 +139,15 @@ dependencies = [ [[package]] name = "snforge_scarb_plugin" -version = "0.1.0" -source = "git+https://github.com/foundry-rs/starknet-foundry.git?tag=v0.30.0#196f06b251926697c3d66800f2a93ae595e76496" +version = "0.2.0" +source = "registry+https://scarbs.xyz/" +checksum = "sha256:2e4ce3ebe3f49548bd26908391b5d78537a765d827df0d96c32aeb88941d0d67" [[package]] name = "snforge_std" version = "0.30.0" -source = "git+https://github.com/foundry-rs/starknet-foundry.git?tag=v0.30.0#196f06b251926697c3d66800f2a93ae595e76496" +source = "registry+https://scarbs.xyz/" +checksum = "sha256:2f3c4846881813ac0f5d1460981249c9f5e2a6831e752beedf9b70975495b4ec" dependencies = [ "snforge_scarb_plugin", ]