X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2FCargo.toml;h=a76d5bf6e817c903c10b1405926449fc61afd9a5;hb=25f222f9d1efbe67389ae463fad12cbafce04156;hp=75c28917f9991beadf6c1a3cf27b310dc092877e;hpb=79386853fcd5dfe416421f97658e55ad64a1e5d4;p=ldk-c-bindings diff --git a/lightning-c-bindings/Cargo.toml b/lightning-c-bindings/Cargo.toml index 75c2891..a76d5bf 100644 --- a/lightning-c-bindings/Cargo.toml +++ b/lightning-c-bindings/Cargo.toml @@ -16,16 +16,12 @@ crate-type = ["staticlib" [dependencies] bitcoin = "0.26" -secp256k1 = { version = "0.20.1", features = ["global-context-less-secure"] } +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://git.bitcoin.ninja/rust-lightning", rev = "3996eaab6e2eaf5fde9374b51d952c0edef5ea92", features = ["allow_wallclock_use"] } -lightning-persister = { git = "https://git.bitcoin.ninja/rust-lightning", rev = "3996eaab6e2eaf5fde9374b51d952c0edef5ea92" } -lightning-invoice = { git = "https://git.bitcoin.ninja/rust-lightning", rev = "3996eaab6e2eaf5fde9374b51d952c0edef5ea92" } -lightning-background-processor = { git = "https://git.bitcoin.ninja/rust-lightning", rev = "3996eaab6e2eaf5fde9374b51d952c0edef5ea92" } - -[patch.crates-io] -# Rust-Secp256k1 upstream to get PR 279 until it is released. -secp256k1 = { git = 'https://github.com/TheBlueMatt/rust-secp256k1' } +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]