From 41cf13c24925809fba59635a3650e5a168dc3a56 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sat, 7 Aug 2021 21:08:40 +0000 Subject: [PATCH] Revert "Bump rust-bitcoin dependency to match rust-lightning" This reverts commit febe46af06e3ee017c0eea0a4655afd1962342ac. --- lightning-c-bindings/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning-c-bindings/Cargo.toml b/lightning-c-bindings/Cargo.toml index 5238064..9af1354 100644 --- a/lightning-c-bindings/Cargo.toml +++ b/lightning-c-bindings/Cargo.toml @@ -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"] } -- 2.30.2