From febe46af06e3ee017c0eea0a4655afd1962342ac Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sat, 7 Aug 2021 00:57:18 +0000 Subject: [PATCH] Bump rust-bitcoin dependency to match rust-lightning --- 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 ab10881..433a005 100644 --- a/lightning-c-bindings/Cargo.toml +++ b/lightning-c-bindings/Cargo.toml @@ -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"] } -- 2.30.2