Increase secp version; transitive version bump

Cleans up dependency graph.
This commit is contained in:
Andrew Poelstra 2016-10-10 13:22:30 +00:00
parent 02718be82f
commit fd37023312
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "bitcoin"
version = "0.8.1"
version = "0.9.0"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0"
homepage = "https://github.com/apoelstra/rust-bitcoin/"
@ -27,7 +27,7 @@ num = "0.1"
rand = "0.3"
rust-crypto = "0.2"
rustc-serialize = "0.3"
secp256k1 = "0.5"
secp256k1 = "0.6"
serde = "0.6"
strason = "0.3"