X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-persister%2FCargo.toml;h=1a5ce6b7b4de8b8ae87e613be5dce8de04e11ed8;hb=7cdb31ae200c48532f3d0dc7c0f8c722674add1e;hp=22d4b16c42dde8a4828fb424ad64ab5da52ad326;hpb=4dce209e972a7aeb18d99122ca293e6a272844b1;p=rust-lightning diff --git a/lightning-persister/Cargo.toml b/lightning-persister/Cargo.toml index 22d4b16c..1a5ce6b7 100644 --- a/lightning-persister/Cargo.toml +++ b/lightning-persister/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "lightning-persister" -version = "0.0.115" +version = "0.0.117" authors = ["Valentine Wallace", "Matt Corallo"] license = "MIT OR Apache-2.0" -repository = "https://github.com/lightningdevkit/rust-lightning/" +repository = "https://github.com/lightningdevkit/rust-lightning" description = """ -Utilities to manage Rust-Lightning channel data persistence and retrieval. +Utilities for LDK data persistence and retrieval. """ edition = "2018" @@ -15,14 +15,14 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] bitcoin = "0.29.0" -lightning = { version = "0.0.115", path = "../lightning" } -libc = "0.2" +lightning = { version = "0.0.117", path = "../lightning" } [target.'cfg(windows)'.dependencies] -winapi = { version = "0.3", features = ["winbase"] } +windows-sys = { version = "0.48.0", default-features = false, features = ["Win32_Storage_FileSystem", "Win32_Foundation"] } [target.'cfg(ldk_bench)'.dependencies] criterion = { version = "0.4", optional = true, default-features = false } [dev-dependencies] -lightning = { version = "0.0.115", path = "../lightning", features = ["_test_utils"] } +lightning = { version = "0.0.117", path = "../lightning", features = ["_test_utils"] } +bitcoin = { version = "0.29.0", default-features = false }