X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-rapid-gossip-sync%2FCargo.toml;h=02ff3da57b5cc68d95cdf62cdbbd2b433b3754de;hb=refs%2Fheads%2Fupstream%2Fmain;hp=1f0f6f038007b905e5e8d30d66aebe4a1ce645b7;hpb=48fa2fd17295bcada25a3ee3f2c6f88d273484ac;p=rust-lightning diff --git a/lightning-rapid-gossip-sync/Cargo.toml b/lightning-rapid-gossip-sync/Cargo.toml index 1f0f6f03..ad25e2f3 100644 --- a/lightning-rapid-gossip-sync/Cargo.toml +++ b/lightning-rapid-gossip-sync/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "lightning-rapid-gossip-sync" -version = "0.0.114" +version = "0.0.123-beta" authors = ["Arik Sosman "] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning" -edition = "2018" +edition = "2021" description = """ Utility to process gossip routing data from Rapid Gossip Sync Server. """ @@ -13,11 +13,13 @@ Utility to process gossip routing data from Rapid Gossip Sync Server. default = ["std"] no-std = ["lightning/no-std"] std = ["lightning/std"] -_bench_unstable = [] [dependencies] -lightning = { version = "0.0.114", path = "../lightning", default-features = false } -bitcoin = { version = "0.29.0", default-features = false } +lightning = { version = "0.0.123-beta", path = "../lightning", default-features = false } +bitcoin = { version = "0.31.2", default-features = false } + +[target.'cfg(ldk_bench)'.dependencies] +criterion = { version = "0.4", optional = true, default-features = false } [dev-dependencies] -lightning = { version = "0.0.114", path = "../lightning", features = ["_test_utils"] } +lightning = { version = "0.0.123-beta", path = "../lightning", features = ["_test_utils"] }