X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-persister%2FCargo.toml;h=6b3518398bb022fc0690a9aa595c6ccf907a02b0;hb=582b827a4d3651aeb4002d4c357cdd8156e97c89;hp=7de0ddc153c807c9a97016dfb6f1feaa4b1a5fdb;hpb=e10dfe4fd071e1c382399dd2caa05848759efdc0;p=rust-lightning diff --git a/lightning-persister/Cargo.toml b/lightning-persister/Cargo.toml index 7de0ddc1..6b351839 100644 --- a/lightning-persister/Cargo.toml +++ b/lightning-persister/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "lightning-persister" -version = "0.0.110" +version = "0.0.112" authors = ["Valentine Wallace", "Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning/" description = """ Utilities to manage Rust-Lightning channel data persistence and retrieval. """ +edition = "2018" [package.metadata.docs.rs] all-features = true @@ -16,12 +17,12 @@ rustdoc-args = ["--cfg", "docsrs"] _bench_unstable = ["lightning/_bench_unstable"] [dependencies] -bitcoin = "0.28.1" -lightning = { version = "0.0.110", path = "../lightning" } +bitcoin = "0.29.0" +lightning = { version = "0.0.112", path = "../lightning" } libc = "0.2" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["winbase"] } [dev-dependencies] -lightning = { version = "0.0.110", path = "../lightning", features = ["_test_utils"] } +lightning = { version = "0.0.112", path = "../lightning", features = ["_test_utils"] }