Bump version to 0.0.12
[rust-lightning] / lightning-c-bindings / Cargo.toml
index 4790211834c6417e34921a1f31c895188139d67c..6bde30475f93382ffe58d0f0df3eaf63a580d57f 100644 (file)
@@ -16,7 +16,7 @@ crate-type = ["staticlib"
 
 [dependencies]
 bitcoin = "0.24"
-lightning = { version = "0.0.11", path = "../lightning" }
+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