X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2FCargo.toml;h=9af13541302e6d66bcc80f73c3a41180ce40fb9a;hb=41cf13c24925809fba59635a3650e5a168dc3a56;hp=d06861d6ff7fccca6ec307cc8a04e38dab49b61c;hpb=99fd2a136836e54abbcaff0da8fa95e5b817a5fd;p=ldk-c-bindings diff --git a/lightning-c-bindings/Cargo.toml b/lightning-c-bindings/Cargo.toml index d06861d..9af1354 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 = "a8038a8234b70bc261f633a9e2b40adebebcd8d4", features = ["allow_wallclock_use"] } -lightning-persister = { git = "https://git.bitcoin.ninja/rust-lightning", rev = "a8038a8234b70bc261f633a9e2b40adebebcd8d4" } -lightning-invoice = { git = "https://git.bitcoin.ninja/rust-lightning", rev = "a8038a8234b70bc261f633a9e2b40adebebcd8d4" } -lightning-background-processor = { git = "https://git.bitcoin.ninja/rust-lightning", rev = "a8038a8234b70bc261f633a9e2b40adebebcd8d4" } - -[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 = "853007800ebb433f53b5b10e1a941cc65c04e829", features = ["allow_wallclock_use"] } +lightning-persister = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "853007800ebb433f53b5b10e1a941cc65c04e829" } +lightning-invoice = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "853007800ebb433f53b5b10e1a941cc65c04e829" } +lightning-background-processor = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "853007800ebb433f53b5b10e1a941cc65c04e829" } # Always force panic=abort, further options are set in the genbindings.sh build script [profile.dev]