Rename `background-processor` to `lightning-background-processor`
[rust-lightning] / background-processor / Cargo.toml
index 71fbbbff83f0929818dd3a02371266aee91addc2..84fb7919f1cdef3a6b4bf1aa1556e78c70c53946 100644 (file)
@@ -1,13 +1,13 @@
 [package]
-name = "background-processor"
-version = "0.1.0"
+name = "lightning-background-processor"
+version = "0.0.1"
 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"
+bitcoin = "0.26"
 lightning = { version = "0.0.12", path = "../lightning", features = ["allow_wallclock_use"] }
 lightning-persister = { version = "0.0.1", path = "../lightning-persister" }