File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ crate-type = ["staticlib"
1818bitcoin = " 0.26"
1919secp256k1 = { 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 ]
You can’t perform that action at this time.
0 commit comments