Update rust-bitcoin
[rust-lightning] / lightning-c-bindings / Cargo.toml
index 8280f35685c80116db18b32b0374bbbcba2611b6..7c569abc7e35868e0a96f9fa79f4206270000666 100644 (file)
@@ -9,11 +9,16 @@ Utilities to fetch the chain from Bitcoin Core REST/RPC Interfaces and feed them
 """
 
 [lib]
-name = "lightning"
+name = "ldk"
 crate-type = ["staticlib"
 # Note that the following line is matched exactly by genbindings to turn off dylib creation
 ,"cdylib"]
 
 [dependencies]
-bitcoin = "0.24"
-lightning = { version = "0.0.11", path = "../lightning" }
+bitcoin = "0.26"
+lightning = { version = "0.0.12", path = "../lightning" }
+
+# We eventually want to join the root workspace, but for now, the bindings generation is
+# a bit brittle and we don't want to hold up other developers from making changes just
+# because they break the bindings
+[workspace]