Skip to content

Commit eacaa84

Browse files
committed
Update Cargo git hash to upstream v0.0.99
1 parent 033f4f3 commit eacaa84

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 = "afae12ea1e610634f90335443e3fe9f126bf5551", features = ["allow_wallclock_use"] }
22+
lightning-persister = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "afae12ea1e610634f90335443e3fe9f126bf5551" }
23+
lightning-invoice = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "afae12ea1e610634f90335443e3fe9f126bf5551" }
24+
lightning-background-processor = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "afae12ea1e610634f90335443e3fe9f126bf5551" }
2525

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

0 commit comments

Comments
 (0)