Bump rust-bitcoin dependency to match rust-lightning
authorMatt Corallo <git@bluematt.me>
Sat, 7 Aug 2021 00:57:18 +0000 (00:57 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 7 Aug 2021 21:08:20 +0000 (21:08 +0000)
lightning-c-bindings/Cargo.toml

index ab108810a182ebfcdc1be85f766ce5f1e1df011c..433a00512e06c2b976db500d8f4c821d95dd2cb5 100644 (file)
@@ -15,7 +15,7 @@ crate-type = ["staticlib"
 ,"cdylib"]
 
 [dependencies]
-bitcoin = "0.26"
+bitcoin = "0.27"
 secp256k1 = { version = "0.20.3", features = ["global-context-less-secure"] }
 # Note that the following line is matched by genbindings to update the path
 lightning = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "afae12ea1e610634f90335443e3fe9f126bf5551", features = ["allow_wallclock_use"] }