X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-rapid-gossip-sync%2FCargo.toml;h=cb4922fa7392397d2aa1be4e8c56c669a4f02b7f;hb=a70b1f74ced56013c32df1a60b38a7d9269bd0ce;hp=63432b582903fff15846d2dd82a000e81292815d;hpb=f96ac1d34128f2aeb0ae5a9bc452febdce9b0c04;p=rust-lightning diff --git a/lightning-rapid-gossip-sync/Cargo.toml b/lightning-rapid-gossip-sync/Cargo.toml index 63432b582..cb4922fa7 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.113" +version = "0.0.116-rc1" authors = ["Arik Sosman "] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning" @@ -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.113", path = "../lightning", default-features = false } +lightning = { version = "0.0.116-rc1", path = "../lightning", default-features = false } bitcoin = { version = "0.29.0", default-features = false } +[target.'cfg(ldk_bench)'.dependencies] +criterion = { version = "0.4", optional = true, default-features = false } + [dev-dependencies] -lightning = { version = "0.0.113", path = "../lightning", features = ["_test_utils"] } +lightning = { version = "0.0.116-rc1", path = "../lightning", features = ["_test_utils"] }