X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-rapid-gossip-sync%2FCargo.toml;h=39518bbbebd672ac6f3960288d48e8118be05ac2;hb=refs%2Fheads%2F2022-08-fix-script-check;hp=568e399fde43521d4cfdc520c0919c602716b2a9;hpb=f3d5b945c3c9d5b1d9abb3d1cd58f4159d1084e3;p=rust-lightning diff --git a/lightning-rapid-gossip-sync/Cargo.toml b/lightning-rapid-gossip-sync/Cargo.toml index 568e399f..39518bbb 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.109" +version = "0.0.110" authors = ["Arik Sosman "] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning" @@ -13,8 +13,8 @@ Utility to process gossip routing data from Rapid Gossip Sync Server. _bench_unstable = [] [dependencies] -lightning = { version = "0.0.109", path = "../lightning" } +lightning = { version = "0.0.110", path = "../lightning" } bitcoin = { version = "0.28.1", default-features = false } [dev-dependencies] -lightning = { version = "0.0.109", path = "../lightning", features = ["_test_utils"] } +lightning = { version = "0.0.110", path = "../lightning", features = ["_test_utils"] }