X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-persister%2FCargo.toml;h=c4f3acd4e72f302816de89bf84e689e8d0650e80;hb=fe83aede0c7c4e7d9adf098c07f55e52c6e38f63;hp=c13dcb169d4e51ef8cceba3baabaef2b26584caf;hpb=156cc77753e10bd916fe05cd3983526ac933c7b0;p=rust-lightning diff --git a/lightning-persister/Cargo.toml b/lightning-persister/Cargo.toml index c13dcb16..c4f3acd4 100644 --- a/lightning-persister/Cargo.toml +++ b/lightning-persister/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "lightning-persister" -version = "0.0.109" +version = "0.0.113" 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.109", path = "../lightning" } +bitcoin = "0.29.0" +lightning = { version = "0.0.113", path = "../lightning" } libc = "0.2" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["winbase"] } [dev-dependencies] -lightning = { version = "0.0.109", path = "../lightning", features = ["_test_utils"] } +lightning = { version = "0.0.113", path = "../lightning", features = ["_test_utils"] }