X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-persister%2FCargo.toml;h=27f772cf326e84574bfd2cbfd70c6c9360d84ccf;hb=refs%2Fheads%2F2022-01-correct-req-feature-handling;hp=9e072dce78f89a44046e6530580256e349392c0c;hpb=f2e47e0db2e025381ec2e8d25bf415d9c45a8d40;p=rust-lightning diff --git a/lightning-persister/Cargo.toml b/lightning-persister/Cargo.toml index 9e072dce..27f772cf 100644 --- a/lightning-persister/Cargo.toml +++ b/lightning-persister/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "lightning-persister" -version = "0.0.102" +version = "0.0.104" authors = ["Valentine Wallace", "Matt Corallo"] license = "MIT OR Apache-2.0" -repository = "https://github.com/rust-bitcoin/rust-lightning/" +repository = "https://github.com/lightningdevkit/rust-lightning/" description = """ Utilities to manage Rust-Lightning channel data persistence and retrieval. """ @@ -13,11 +13,11 @@ unstable = ["lightning/unstable"] [dependencies] bitcoin = "0.27" -lightning = { version = "0.0.102", path = "../lightning" } +lightning = { version = "0.0.104", path = "../lightning" } libc = "0.2" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["winbase"] } [dev-dependencies] -lightning = { version = "0.0.102", path = "../lightning", features = ["_test_utils"] } +lightning = { version = "0.0.104", path = "../lightning", features = ["_test_utils"] }