X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=background-processor%2FCargo.toml;h=9870ef291ed06206a28cddae702933d230b0661b;hb=d65d7e725700818da80aa2af45b718320c2e4de7;hp=84fb7919f1cdef3a6b4bf1aa1556e78c70c53946;hpb=00550bac19d6878630ba52df74dc6d0cc3d8945a;p=rust-lightning diff --git a/background-processor/Cargo.toml b/background-processor/Cargo.toml index 84fb7919..9870ef29 100644 --- a/background-processor/Cargo.toml +++ b/background-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-background-processor" -version = "0.0.1" +version = "0.0.13" authors = ["Valentine Wallace "] 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"] }