Mark several test_utils which are only used in test as `cfg(test)`
[rust-lightning] / lightning-custom-message / Cargo.toml
index ad0f1835f97d1bd14e177afe4b03251ebeef3d60..fbec38431c42acc209e1756bbc7b1c1dc8bbc964 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-custom-message"
-version = "0.0.116"
+version = "0.0.121"
 authors = ["Jeffrey Czyz"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/lightningdevkit/rust-lightning"
@@ -14,5 +14,5 @@ all-features = true
 rustdoc-args = ["--cfg", "docsrs"]
 
 [dependencies]
-bitcoin = "0.29.0"
-lightning = { version = "0.0.116", path = "../lightning" }
+bitcoin = "0.30.2"
+lightning = { version = "0.0.121", path = "../lightning" }