Upgrade libsecp
This commit is contained in:
parent
f9fc368ad9
commit
fa59c35e9a
|
@ -1,7 +1,7 @@
|
|||
|
||||
[package]
|
||||
name = "bitcoin"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
||||
license = "CC0-1.0"
|
||||
homepage = "https://github.com/apoelstra/rust-bitcoin/"
|
||||
|
@ -24,7 +24,7 @@ num_cpus = "0.2"
|
|||
rand = "0.3"
|
||||
rust-crypto = "0.2"
|
||||
rustc-serialize = "0.3"
|
||||
secp256k1 = "0.4"
|
||||
secp256k1 = "0.5"
|
||||
serde = "0.6"
|
||||
serde_json = "0.6"
|
||||
time = "0.1"
|
||||
|
|
Loading…
Reference in New Issue