Bump versions to 0.0.13 across the board
[rust-lightning] / background-processor / Cargo.toml
index 84fb7919f1cdef3a6b4bf1aa1556e78c70c53946..9870ef291ed06206a28cddae702933d230b0661b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-background-processor"
-version = "0.0.1"
+version = "0.0.13"
 authors = ["Valentine Wallace <vwallace@protonmail.com>"]
 edition = "2018"
 
@@ -8,8 +8,8 @@ edition = "2018"
 
 [dependencies]
 bitcoin = "0.26"
-lightning = { version = "0.0.12", path = "../lightning", features = ["allow_wallclock_use"] }
-lightning-persister = { version = "0.0.1", path = "../lightning-persister" }
+lightning = { version = "0.0.13", path = "../lightning", features = ["allow_wallclock_use"] }
+lightning-persister = { version = "0.0.13", path = "../lightning-persister" }
 
 [dev-dependencies]
-lightning = { version = "0.0.12", path = "../lightning", features = ["_test_utils"] }
+lightning = { version = "0.0.13", path = "../lightning", features = ["_test_utils"] }