Merge pull request #835 from TheBlueMatt/2021-03-0.0.13
[rust-lightning] / background-processor / Cargo.toml
index 71fbbbff83f0929818dd3a02371266aee91addc2..9870ef291ed06206a28cddae702933d230b0661b 100644 (file)
@@ -1,15 +1,15 @@
 [package]
-name = "background-processor"
-version = "0.1.0"
+name = "lightning-background-processor"
+version = "0.0.13"
 authors = ["Valentine Wallace <vwallace@protonmail.com>"]
 edition = "2018"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-bitcoin = "0.24"
-lightning = { version = "0.0.12", path = "../lightning", features = ["allow_wallclock_use"] }
-lightning-persister = { version = "0.0.1", path = "../lightning-persister" }
+bitcoin = "0.26"
+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"] }