We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f138294 commit 4209e54Copy full SHA for 4209e54
1 file changed
rust/main/chains/hyperlane-aleo/Cargo.toml
@@ -34,8 +34,8 @@ snarkvm = { workspace = true, features = [
34
"test_targets",
35
"test_consensus_heights",
36
] }
37
-snarkvm-algorithms = { version = "4.3.0" }
38
-snarkvm-console-account = { version = "4.3.0" }
+snarkvm-algorithms.workspace = true
+snarkvm-console-account.workspace = true
39
aleo-std = { version = "1.0.3" }
40
aleo-std-storage = { version = "1.0.3" }
41
reqwest = { workspace = true, features = ["json", "blocking"] }
0 commit comments