X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=Cargo.toml;h=c8248518f215678bdde5c28784c4946912ea4c6a;hb=3f2d379835e5bb73c44c536786e228ff07dff9a0;hp=c0f13bde7cd83bea5a2de9df285ff302e7f62873;hpb=11e5975523147ae7024b03f05445c78c9b695752;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index c0f13bde..c8248518 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning" -version = "0.0.4" +version = "0.0.5" 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