Run travis-fuzz on Rust 1.29.2 due to 1.30 breaking honggfuzz build
[rust-lightning] / Cargo.toml
index c0f13bde7cd83bea5a2de9df285ff302e7f62873..c8248518f215678bdde5c28784c4946912ea4c6a 100644 (file)
@@ -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