single line dependencies. setting cargo version to 0.20.0
This commit is contained in:
parent
9f3e355c5c
commit
76ec4ad820
11
Cargo.toml
11
Cargo.toml
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bitcoin"
|
name = "bitcoin"
|
||||||
version = "0.19.2"
|
version = "0.20.0"
|
||||||
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
||||||
|
@ -25,13 +25,8 @@ byteorder = "1.2"
|
||||||
bitcoin_hashes = "0.7"
|
bitcoin_hashes = "0.7"
|
||||||
bitcoinconsensus = { version = "0.17", optional = true }
|
bitcoinconsensus = { version = "0.17", optional = true }
|
||||||
serde = { version = "1", optional = true }
|
serde = { version = "1", optional = true }
|
||||||
|
secp256k1 = { version = "0.15", features = ["rand"] }
|
||||||
[dependencies.hex]
|
hex = {version="=0.3.2"}
|
||||||
version = "=0.3.2"
|
|
||||||
|
|
||||||
[dependencies.secp256k1]
|
|
||||||
version = "0.15"
|
|
||||||
features = [ "rand" ]
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_derive = "<1.0.99"
|
serde_derive = "<1.0.99"
|
||||||
|
|
Loading…
Reference in New Issue