X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=lightning%2FCargo.toml;h=341084fc393a7b0fc35822b1e67c0661f0ee42db;hb=71e69950869a538d9fe899fbbebe38da890ba007;hp=004e6d25bbbebdcb0151a72a13912856cf59e18d;hpb=126b514168ff8294f6ee7b9573797c6759512b9c;p=rust-lightning diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index 004e6d25..341084fc 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning" -version = "0.0.9" +version = "0.0.10" authors = ["Matt Corallo"] license = "Apache-2.0" repository = "https://github.com/rust-bitcoin/rust-lightning/" @@ -22,17 +22,14 @@ max_level_info = [] max_level_debug = [] [dependencies] -bitcoin = "0.20" +bitcoin = "0.21" bitcoin_hashes = "0.7" secp256k1 = "0.15" [dev-dependencies.bitcoin] -version = "0.20" +version = "0.21" features = ["bitcoinconsensus"] [dev-dependencies] hex = "0.3" rand = "0.4" - -[profile.dev] -opt-level = 1