Skip to content

Commit 35c9191

Browse files
committed
Update Cargo git hash to latest upstream git
1 parent 246abc9 commit 35c9191

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lightning-c-bindings/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ crate-type = ["staticlib"
1818
bitcoin = "0.26"
1919
secp256k1 = { version = "0.20.3", features = ["global-context-less-secure"] }
2020
# Note that the following line is matched by genbindings to update the path
21-
lightning = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "294009969aef617df4184ff41ef6daa5a445f213", features = ["allow_wallclock_use"] }
22-
lightning-persister = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "294009969aef617df4184ff41ef6daa5a445f213" }
23-
lightning-invoice = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "294009969aef617df4184ff41ef6daa5a445f213" }
24-
lightning-background-processor = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "294009969aef617df4184ff41ef6daa5a445f213" }
21+
lightning = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "0c57018f2fb5618f976542a4d24adee29cf49c96", features = ["allow_wallclock_use"] }
22+
lightning-persister = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "0c57018f2fb5618f976542a4d24adee29cf49c96" }
23+
lightning-invoice = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "0c57018f2fb5618f976542a4d24adee29cf49c96" }
24+
lightning-background-processor = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "0c57018f2fb5618f976542a4d24adee29cf49c96" }
2525

2626
# Always force panic=abort, further options are set in the genbindings.sh build script
2727
[profile.dev]

0 commit comments

Comments
 (0)