Update current git hash for upstream head
authorMatt Corallo <git@bluematt.me>
Mon, 29 Mar 2021 17:43:09 +0000 (13:43 -0400)
committerMatt Corallo <git@bluematt.me>
Mon, 29 Mar 2021 17:43:09 +0000 (13:43 -0400)
lightning-c-bindings/Cargo.toml

index 77913486639b4d06067f733e38fe421e0e7b76bd..1ba86322b06b572e1eaccad7f45464434ed55d07 100644 (file)
@@ -18,7 +18,7 @@ crate-type = ["staticlib"
 bitcoin = "0.26"
 secp256k1 = { version = "0.20.1", 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 = "8a8c75a8fc96e5c8ed59e6d80a517bc59215b4d6" }
+lightning = { git = "https://git.bitcoin.ninja/rust-lightning", rev = "6fcac8bc65ed6d372e0b8c367e9934c754f99ff3" }
 
 [patch.crates-io]
 # Rust-Secp256k1 PR 279. Should be dropped once merged.