X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=blobdiff_plain;f=lightning-c-bindings%2FCargo.toml;h=a76d5bf6e817c903c10b1405926449fc61afd9a5;hp=ab108810a182ebfcdc1be85f766ce5f1e1df011c;hb=25f222f9d1efbe67389ae463fad12cbafce04156;hpb=f71ec080b76a5619aa642b5580df6e28b1dfd0b7 diff --git a/lightning-c-bindings/Cargo.toml b/lightning-c-bindings/Cargo.toml index ab10881..a76d5bf 100644 --- a/lightning-c-bindings/Cargo.toml +++ b/lightning-c-bindings/Cargo.toml @@ -18,10 +18,10 @@ crate-type = ["staticlib" 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 = "afae12ea1e610634f90335443e3fe9f126bf5551", features = ["allow_wallclock_use"] } -lightning-persister = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "afae12ea1e610634f90335443e3fe9f126bf5551" } -lightning-invoice = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "afae12ea1e610634f90335443e3fe9f126bf5551" } -lightning-background-processor = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "afae12ea1e610634f90335443e3fe9f126bf5551" } +lightning = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "1bb9e64ebc6afaa21afcef4f71bb83054d9b2023", features = ["allow_wallclock_use"] } +lightning-persister = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "1bb9e64ebc6afaa21afcef4f71bb83054d9b2023" } +lightning-invoice = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "1bb9e64ebc6afaa21afcef4f71bb83054d9b2023" } +lightning-background-processor = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "1bb9e64ebc6afaa21afcef4f71bb83054d9b2023" } # Always force panic=abort, further options are set in the genbindings.sh build script [profile.dev]