X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=052f2fc03d2d98b6a8a99687e161e92a7f60080d;hb=b0f798cfb2d9081afcd63945c32266a8e8336c37;hp=c0f13bde7cd83bea5a2de9df285ff302e7f62873;hpb=4330ae5d4f1fefeb7f211360354fb04eb8480351;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