Update git commit in Cargo.toml to upstream bindings changes
authorMatt Corallo <git@bluematt.me>
Tue, 30 Nov 2021 15:40:46 +0000 (15:40 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 30 Nov 2021 17:01:06 +0000 (17:01 +0000)
lightning-c-bindings/Cargo.toml

index 1f26f39d5ce2cca9278b24001f84b0bb41a15ff4..d783b08f9e264b3c99cec95c1fb3c39e7a73c06a 100644 (file)
@@ -18,10 +18,10 @@ crate-type = ["staticlib"
 bitcoin = "0.27"
 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://github.com/rust-bitcoin/rust-lightning", rev = "50b1017fca4c7b73f9dc71ed923e91c6c1da6459", features = ["allow_wallclock_use"] }
-lightning-persister = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "50b1017fca4c7b73f9dc71ed923e91c6c1da6459" }
-lightning-invoice = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "50b1017fca4c7b73f9dc71ed923e91c6c1da6459" }
-lightning-background-processor = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "50b1017fca4c7b73f9dc71ed923e91c6c1da6459" }
+lightning = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "3c5d1bf5844477d7b77e4b5dbb5d65586ae3b192", features = ["allow_wallclock_use"] }
+lightning-persister = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "3c5d1bf5844477d7b77e4b5dbb5d65586ae3b192" }
+lightning-invoice = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "3c5d1bf5844477d7b77e4b5dbb5d65586ae3b192" }
+lightning-background-processor = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "3c5d1bf5844477d7b77e4b5dbb5d65586ae3b192" }
 
 # Always force panic=abort, further options are set in the genbindings.sh build script
 [profile.dev]