X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-persister%2FCargo.toml;h=9f7aca47a785ebf8c4ceaeea4fc816342d4d175b;hb=49b375311ba0e4218d4b10e2db0e0e0690abca10;hp=aad5f2dc1e93676b8a7ca966dbe10a6b07fd92ca;hpb=2c0fcf21f227ad1a01e4a884dda72b9537c16fae;p=rust-lightning diff --git a/lightning-persister/Cargo.toml b/lightning-persister/Cargo.toml index aad5f2dc..9f7aca47 100644 --- a/lightning-persister/Cargo.toml +++ b/lightning-persister/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-persister" -version = "0.0.121" +version = "0.0.123-beta" 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.30.2" -lightning = { version = "0.0.121", path = "../lightning" } +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.121", path = "../lightning", features = ["_test_utils"] } +lightning = { version = "0.0.123-beta", path = "../lightning", features = ["_test_utils"] } bitcoin = { version = "0.30.2", default-features = false }