Skip to content

Commit ae3fa3f

Browse files
committed
consensus_encoding: Add dep version number
Add a version number to the deps so we can publish.
1 parent 7c76cc1 commit ae3fa3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

consensus_encoding/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ std = ["alloc", "internals/std"]
1818
alloc = ["internals/alloc"]
1919

2020
[dependencies]
21-
hashes = { package = "bitcoin_hashes", path = "../hashes", default-features = false }
22-
internals = { package = "bitcoin-internals", path = "../internals" }
21+
hashes = { package = "bitcoin_hashes", path = "../hashes", version = "0.16.0", default-features = false }
22+
internals = { package = "bitcoin-internals", path = "../internals", version = "0.4.0" }
2323

2424
[package.metadata.docs.rs]
2525
all-features = true

0 commit comments

Comments
 (0)