Add simple test for duplicate-payment_hash HTLC tracking
[rust-lightning] / Cargo.toml
index 69c6f44b7bad8dd9c6850902917e8b748db59ab7..c0f13bde7cd83bea5a2de9df285ff302e7f62873 100644 (file)
@@ -15,18 +15,24 @@ build = "build.rs"
 # Supports tracking channels with a non-bitcoin chain hashes. Currently enables all kinds of fun DoS attacks.
 non_bitcoin_chain_hash_routing = []
 fuzztarget = ["secp256k1/fuzztarget", "bitcoin/fuzztarget"]
+# Unlog messages superior at targeted level.
+max_level_off = []
+max_level_error = []
+max_level_warn = []
+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]