X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=052f2fc03d2d98b6a8a99687e161e92a7f60080d;hb=64bd2eaa7ff9d9f6270af1fb631347fdc08a2885;hp=c0f13bde7cd83bea5a2de9df285ff302e7f62873;hpb=11e5975523147ae7024b03f05445c78c9b695752;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index c0f13bde..052f2fc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning" -version = "0.0.4" +version = "0.0.6" authors = ["Matt Corallo"] license = "Apache-2.0" repository = "https://github.com/rust-bitcoin/rust-lightning/" @@ -37,3 +37,6 @@ features = ["bitcoinconsensus"] [dev-dependencies] hex = "0.3" + +[profile.dev] +opt-level = 1