X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-persister%2FCargo.toml;h=525b9507329b5385352e76a1e473adbf57c437d4;hb=f24830719af671f2998a42c3ce248147e94fe0d2;hp=1a5ce6b7b4de8b8ae87e613be5dce8de04e11ed8;hpb=c74874604ef76004137899e5c83d8476752923ff;p=rust-lightning diff --git a/lightning-persister/Cargo.toml b/lightning-persister/Cargo.toml index 1a5ce6b7..525b9507 100644 --- a/lightning-persister/Cargo.toml +++ b/lightning-persister/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-persister" -version = "0.0.117" +version = "0.0.118" authors = ["Valentine Wallace", "Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning" @@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] bitcoin = "0.29.0" -lightning = { version = "0.0.117", path = "../lightning" } +lightning = { version = "0.0.118", 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", path = "../lightning", features = ["_test_utils"] } +lightning = { version = "0.0.118", path = "../lightning", features = ["_test_utils"] } bitcoin = { version = "0.29.0", default-features = false }