Test the various shutdown handling updates
[rust-lightning] / Cargo.toml
index 088763ccb210159176473b2fbe72f4d49a7b01a1..052f2fc03d2d98b6a8a99687e161e92a7f60080d 100644 (file)
@@ -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/"
@@ -23,17 +23,20 @@ max_level_info = []
 max_level_debug = []
 
 [dependencies]
-bitcoin = "0.13"
+bitcoin = "0.14"
 rust-crypto = "0.2"
 rand = "0.4"
-secp256k1 = "0.9"
+secp256k1 = "0.11"
 
 [build-dependencies]
 cc = "1.0"
 
 [dev-dependencies.bitcoin]
-version = "0.13"
+version = "0.14"
 features = ["bitcoinconsensus"]
 
 [dev-dependencies]
 hex = "0.3"
+
+[profile.dev]
+opt-level = 1