X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=Cargo.toml;h=df2808e90c397f608cb786580208cef9a9443283;hb=50e16c9573ef5af43abf4837e6199c6526429d42;hp=e012639d306817776646036f53d158103a858cd0;hpb=7ea39a13b2620253123aa93c63b7f9a58a8df762;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index e012639d..df2808e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning" -version = "0.0.7" +version = "0.0.8" authors = ["Matt Corallo"] license = "Apache-2.0" repository = "https://github.com/rust-bitcoin/rust-lightning/" @@ -22,13 +22,13 @@ max_level_info = [] max_level_debug = [] [dependencies] -bitcoin = "0.15" -bitcoin_hashes = { git = "https://github.com/TheBlueMatt/bitcoin_hashes", branch = "rust-lightning-dep" } +bitcoin = "0.17" +bitcoin_hashes = "0.3" rand = "0.4" -secp256k1 = "0.11" +secp256k1 = "0.12" [dev-dependencies.bitcoin] -version = "0.15" +version = "0.17" features = ["bitcoinconsensus"] [dev-dependencies]