Skip to content

Commit afeecc3

Browse files
committed
fix cargo deny
1 parent b8239d9 commit afeecc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/jormungandr-vote-tx/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ license.workspace = true
1111
workspace = true
1212

1313
[dependencies]
14-
catalyst-voting = { path = "../catalyst-voting" }
14+
catalyst-voting = { version = "0.0.1", path = "../catalyst-voting" }
1515
anyhow = "1.0.89"
1616
proptest = { version = "1.5.0", optional = true }
1717

1818
[dev-dependencies]
19-
catalyst-voting = { path = "../catalyst-voting", features = ["proptest-arbitrary"] }
19+
catalyst-voting = { version = "0.0.1", path = "../catalyst-voting", features = ["proptest-arbitrary"] }
2020

2121
proptest = { version = "1.5.0" }
2222
# Potentially it could be replaced with using `proptest::property_test` attribute macro,

0 commit comments

Comments
 (0)