Revert "Bump rust-bitcoin dependency to match rust-lightning"
authorMatt Corallo <git@bluematt.me>
Sat, 7 Aug 2021 21:08:40 +0000 (21:08 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 8 Aug 2021 18:18:16 +0000 (18:18 +0000)
This reverts commit febe46af06e3ee017c0eea0a4655afd1962342ac.

lightning-c-bindings/Cargo.toml

index 523806498b11a2b3320bc820b1882089994e357e..9af13541302e6d66bcc80f73c3a41180ce40fb9a 100644 (file)
@@ -15,7 +15,7 @@ crate-type = ["staticlib"
 ,"cdylib"]
 
 [dependencies]
-bitcoin = "0.27"
+bitcoin = "0.26"
 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 = "853007800ebb433f53b5b10e1a941cc65c04e829", features = ["allow_wallclock_use"] }