X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-background-processor%2FCargo.toml;h=f16b0015cff5cee17abcbf62d6a19f1ec2720348;hb=0d1072b7c3fb5366742473c38069c421cdd60b87;hp=1f6509e6910d5451531ca31804769b0a2b3a2249;hpb=3a643df99797ee2dd5cc19a6f9d090212b1c7963;p=rust-lightning diff --git a/lightning-background-processor/Cargo.toml b/lightning-background-processor/Cargo.toml index 1f6509e6..f16b0015 100644 --- a/lightning-background-processor/Cargo.toml +++ b/lightning-background-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-background-processor" -version = "0.0.115" +version = "0.0.116-alpha1" authors = ["Valentine Wallace "] license = "MIT OR Apache-2.0" repository = "http://github.com/lightningdevkit/rust-lightning" @@ -21,11 +21,11 @@ default = ["std"] [dependencies] bitcoin = { version = "0.29.0", default-features = false } -lightning = { version = "0.0.115", path = "../lightning", default-features = false } -lightning-rapid-gossip-sync = { version = "0.0.115", path = "../lightning-rapid-gossip-sync", default-features = false } +lightning = { version = "0.0.116-alpha1", path = "../lightning", default-features = false } +lightning-rapid-gossip-sync = { version = "0.0.116-alpha1", path = "../lightning-rapid-gossip-sync", default-features = false } [dev-dependencies] tokio = { version = "1.14", features = [ "macros", "rt", "rt-multi-thread", "sync", "time" ] } -lightning = { version = "0.0.115", path = "../lightning", features = ["_test_utils"] } -lightning-invoice = { version = "0.23.0", path = "../lightning-invoice" } -lightning-persister = { version = "0.0.115", path = "../lightning-persister" } +lightning = { version = "0.0.116-alpha1", path = "../lightning", features = ["_test_utils"] } +lightning-invoice = { version = "0.24.0-alpha1", path = "../lightning-invoice" } +lightning-persister = { version = "0.0.116-alpha1", path = "../lightning-persister" }