We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0662a commit ee88833Copy full SHA for ee88833
1 file changed
test-data/counter/Move.toml
@@ -28,7 +28,7 @@ counter = "0x0"
28
# The dev-dependencies section allows overriding dependencies for `--test` and
29
# `--dev` modes. You can introduce test-only dependencies here.
30
# Local = { local = "../path/to/dev-build" }
31
-movy = {local = "../../move/movy"}
+movy = {git = "https://github.com/BitsLabSec/movy", subdir = "move/movy", rev = "master"}
32
33
[dev-addresses]
34
# The dev-addresses section allows overwriting named addresses for the `--test`
0 commit comments