X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=b3c5f3ac0356ddb4de3cd5f5e6fd7e572c1721b1;hb=23c2cef5f42c201ed5f87edeffaab77490d7b427;hp=c0f13bde7cd83bea5a2de9df285ff302e7f62873;hpb=4330ae5d4f1fefeb7f211360354fb04eb8480351;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index c0f13bde..b3c5f3ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning" -version = "0.0.4" +version = "0.0.7" authors = ["Matt Corallo"] license = "Apache-2.0" repository = "https://github.com/rust-bitcoin/rust-lightning/" @@ -23,7 +23,7 @@ max_level_info = [] max_level_debug = [] [dependencies] -bitcoin = "0.14" +bitcoin = "0.15" rust-crypto = "0.2" rand = "0.4" secp256k1 = "0.11" @@ -32,8 +32,11 @@ secp256k1 = "0.11" cc = "1.0" [dev-dependencies.bitcoin] -version = "0.14" +version = "0.15" features = ["bitcoinconsensus"] [dev-dependencies] hex = "0.3" + +[profile.dev] +opt-level = 1