From ee88833e481b2e9f5dc70f695c1b3b1a148b9017 Mon Sep 17 00:00:00 2001 From: lazymio Date: Wed, 31 Dec 2025 07:53:52 +0000 Subject: [PATCH] git movy --- test-data/counter/Move.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-data/counter/Move.toml b/test-data/counter/Move.toml index 8f5aa97..10941d2 100644 --- a/test-data/counter/Move.toml +++ b/test-data/counter/Move.toml @@ -28,7 +28,7 @@ counter = "0x0" # The dev-dependencies section allows overriding dependencies for `--test` and # `--dev` modes. You can introduce test-only dependencies here. # Local = { local = "../path/to/dev-build" } -movy = {local = "../../move/movy"} +movy = {git = "https://github.com/BitsLabSec/movy", subdir = "move/movy", rev = "master"} [dev-addresses] # The dev-addresses section allows overwriting named addresses for the `--test`