Update git commit hash to instead point to 0.0.104-bindings branch
authorMatt Corallo <git@bluematt.me>
Thu, 6 Jan 2022 03:48:01 +0000 (03:48 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 6 Jan 2022 03:56:51 +0000 (03:56 +0000)
lightning-c-bindings/Cargo.toml

index f89e699b08d5092a3756a461d844443f684dacfe..c08f158c3c3e8a5115a3ed5c39f0be5b17a531f6 100644 (file)
@@ -22,10 +22,10 @@ std = ["bitcoin/std", "lightning/std"]
 bitcoin = { version = "0.27", default-features = false }
 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/lightningdevkit/rust-lightning", rev = "80ea2e51cdd3decf084574dee365065d782f7e8c", default-features = false }
-lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "80ea2e51cdd3decf084574dee365065d782f7e8c", default-features = false }
-lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "80ea2e51cdd3decf084574dee365065d782f7e8c", default-features = false }
-lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "80ea2e51cdd3decf084574dee365065d782f7e8c", default-features = false }
+lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.104-bindings", default-features = false }
+lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.104-bindings", default-features = false }
+lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.104-bindings", default-features = false }
+lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.104-bindings", default-features = false }
 
 core2 = { version = "0.3.0", optional = true, default-features = false }