From: Matt Corallo Date: Sat, 7 Aug 2021 21:08:40 +0000 (+0000) Subject: Revert "Bump rust-bitcoin dependency to match rust-lightning" X-Git-Tag: v0.0.99.3~2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=commitdiff_plain;h=41cf13c24925809fba59635a3650e5a168dc3a56 Revert "Bump rust-bitcoin dependency to match rust-lightning" This reverts commit febe46af06e3ee017c0eea0a4655afd1962342ac. --- 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"] }