Upgrade libsecp

This commit is contained in:
Andrew Poelstra 2015-11-15 17:00:51 -06:00
parent f9fc368ad9
commit fa59c35e9a
1 changed files with 2 additions and 2 deletions

View File

@ -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"