X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-rapid-gossip-sync%2FCargo.toml;h=2018e3b24836094684c9b5f4848b6f28c808abee;hb=210407e1bb31020be47f4a0b1eac57bb814f6d69;hp=7431c53f436db445b8393b47992c3f593a610730;hpb=d327c231cf7f998a8f588898841a385ac5cee58e;p=rust-lightning diff --git a/lightning-rapid-gossip-sync/Cargo.toml b/lightning-rapid-gossip-sync/Cargo.toml index 7431c53f..2018e3b2 100644 --- a/lightning-rapid-gossip-sync/Cargo.toml +++ b/lightning-rapid-gossip-sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-rapid-gossip-sync" -version = "0.0.116-alpha1" +version = "0.0.118" authors = ["Arik Sosman "] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning" @@ -15,11 +15,11 @@ no-std = ["lightning/no-std"] std = ["lightning/std"] [dependencies] -lightning = { version = "0.0.116-alpha1", path = "../lightning", default-features = false } -bitcoin = { version = "0.29.0", default-features = false } +lightning = { version = "0.0.118", path = "../lightning", default-features = false } +bitcoin = { version = "0.30.2", default-features = false } [target.'cfg(ldk_bench)'.dependencies] criterion = { version = "0.4", optional = true, default-features = false } [dev-dependencies] -lightning = { version = "0.0.116-alpha1", path = "../lightning", features = ["_test_utils"] } +lightning = { version = "0.0.118", path = "../lightning", features = ["_test_utils"] }