From 53c4ecd80b6d3f65a9fbafccc894c0f0f9177899 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 30 Nov 2021 15:40:46 +0000 Subject: [PATCH] Update git commit in Cargo.toml to upstream bindings changes --- lightning-c-bindings/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lightning-c-bindings/Cargo.toml b/lightning-c-bindings/Cargo.toml index 1f26f39..d783b08 100644 --- a/lightning-c-bindings/Cargo.toml +++ b/lightning-c-bindings/Cargo.toml @@ -18,10 +18,10 @@ crate-type = ["staticlib" 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 = "50b1017fca4c7b73f9dc71ed923e91c6c1da6459", features = ["allow_wallclock_use"] } -lightning-persister = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "50b1017fca4c7b73f9dc71ed923e91c6c1da6459" } -lightning-invoice = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "50b1017fca4c7b73f9dc71ed923e91c6c1da6459" } -lightning-background-processor = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "50b1017fca4c7b73f9dc71ed923e91c6c1da6459" } +lightning = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "3c5d1bf5844477d7b77e4b5dbb5d65586ae3b192", features = ["allow_wallclock_use"] } +lightning-persister = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "3c5d1bf5844477d7b77e4b5dbb5d65586ae3b192" } +lightning-invoice = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "3c5d1bf5844477d7b77e4b5dbb5d65586ae3b192" } +lightning-background-processor = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "3c5d1bf5844477d7b77e4b5dbb5d65586ae3b192" } # Always force panic=abort, further options are set in the genbindings.sh build script [profile.dev] -- 2.30.2