specify `internals` version in other Cargo.toml files
This commit is contained in:
parent
be02045561
commit
ca3b4330e8
|
@ -34,7 +34,7 @@ all-features = true
|
|||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
bitcoin-internals = { path = "../internals" }
|
||||
bitcoin-internals = { path = "../internals", version = "0.1.0" }
|
||||
bech32 = { version = "0.9.0", default-features = false }
|
||||
bitcoin_hashes = { version = "0.12.0", default-features = false }
|
||||
secp256k1 = { git = "https://github.com/rust-bitcoin/rust-secp256k1", tag = "2023-03-05--fix-hashes", default-features = false, features = ["bitcoin_hashes"] }
|
||||
|
|
|
@ -24,7 +24,7 @@ all-features = true
|
|||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
internals = { path = "../internals", package = "bitcoin-internals" }
|
||||
internals = { path = "../internals", package = "bitcoin-internals", version = "0.1.0" }
|
||||
|
||||
core2 = { version = "0.3.0", default_features = false, optional = true }
|
||||
# Only enable this if you explicitly do not want to use "std", otherwise enable "serde-std".
|
||||
|
|
Loading…
Reference in New Issue