X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-persister%2FCargo.toml;h=9f7aca47a785ebf8c4ceaeea4fc816342d4d175b;hb=refs%2Fheads%2Fupstream%2Fmain;hp=43d97ebbe1240f17a29bc895c88b1b4fb7a8e4d3;hpb=336d815dd62647382961acd9b11904e96d755bb0;p=rust-lightning diff --git a/lightning-persister/Cargo.toml b/lightning-persister/Cargo.toml index 43d97ebb..49f63614 100644 --- a/lightning-persister/Cargo.toml +++ b/lightning-persister/Cargo.toml @@ -1,21 +1,21 @@ [package] name = "lightning-persister" -version = "0.0.117-alpha2" +version = "0.0.123-beta" authors = ["Valentine Wallace", "Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning" description = """ Utilities for LDK data persistence and retrieval. """ -edition = "2018" +edition = "2021" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -bitcoin = "0.29.0" -lightning = { version = "0.0.117-alpha2", path = "../lightning" } +bitcoin = "0.31.2" +lightning = { version = "0.0.123-beta", path = "../lightning" } [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.48.0", default-features = false, features = ["Win32_Storage_FileSystem", "Win32_Foundation"] } @@ -24,5 +24,5 @@ windows-sys = { version = "0.48.0", default-features = false, features = ["Win32 criterion = { version = "0.4", optional = true, default-features = false } [dev-dependencies] -lightning = { version = "0.0.117-alpha2", path = "../lightning", features = ["_test_utils"] } -bitcoin = { version = "0.29.0", default-features = false } +lightning = { version = "0.0.123-beta", path = "../lightning", features = ["_test_utils"] } +bitcoin = { version = "0.31.2", default-features = false }