X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-persister%2FCargo.toml;h=aad5f2dc1e93676b8a7ca966dbe10a6b07fd92ca;hb=5cc321594d8a2fa2970dc53dac8a7ef022123ac9;hp=525b9507329b5385352e76a1e473adbf57c437d4;hpb=b664875c1b85831f7bb2647c0ac491a8c8280cbe;p=rust-lightning diff --git a/lightning-persister/Cargo.toml b/lightning-persister/Cargo.toml index 525b9507..aad5f2dc 100644 --- a/lightning-persister/Cargo.toml +++ b/lightning-persister/Cargo.toml @@ -1,21 +1,21 @@ [package] name = "lightning-persister" -version = "0.0.118" +version = "0.0.121" 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.118", path = "../lightning" } +bitcoin = "0.30.2" +lightning = { version = "0.0.121", 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.118", path = "../lightning", features = ["_test_utils"] } -bitcoin = { version = "0.29.0", default-features = false } +lightning = { version = "0.0.121", path = "../lightning", features = ["_test_utils"] } +bitcoin = { version = "0.30.2", default-features = false }