We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8239d9 commit afeecc3Copy full SHA for afeecc3
rust/jormungandr-vote-tx/Cargo.toml
@@ -11,12 +11,12 @@ license.workspace = true
11
workspace = true
12
13
[dependencies]
14
-catalyst-voting = { path = "../catalyst-voting" }
+catalyst-voting = { version = "0.0.1", path = "../catalyst-voting" }
15
anyhow = "1.0.89"
16
proptest = { version = "1.5.0", optional = true }
17
18
[dev-dependencies]
19
-catalyst-voting = { path = "../catalyst-voting", features = ["proptest-arbitrary"] }
+catalyst-voting = { version = "0.0.1", path = "../catalyst-voting", features = ["proptest-arbitrary"] }
20
21
proptest = { version = "1.5.0" }
22
# Potentially it could be replaced with using `proptest::property_test` attribute macro,
0 commit comments