X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-persister%2FCargo.toml;h=cc585b9c0e8c0df612120c63322ca57c66ca094e;hb=11f78798d3f5573f3ac70a9591d780bd46194635;hp=81c69d0ff9731330e9098cc3103e5f2b64345d48;hpb=547dfb5f5c57cd579b821cf0aeda511f21e9c73b;p=rust-lightning diff --git a/lightning-persister/Cargo.toml b/lightning-persister/Cargo.toml index 81c69d0f..cc585b9c 100644 --- a/lightning-persister/Cargo.toml +++ b/lightning-persister/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-persister" -version = "0.0.99" +version = "0.0.100" authors = ["Valentine Wallace", "Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-bitcoin/rust-lightning/" @@ -13,11 +13,11 @@ unstable = ["lightning/unstable"] [dependencies] bitcoin = "0.27" -lightning = { version = "0.0.99", path = "../lightning" } +lightning = { version = "0.0.100", path = "../lightning" } libc = "0.2" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["winbase"] } [dev-dependencies] -lightning = { version = "0.0.99", path = "../lightning", features = ["_test_utils"] } +lightning = { version = "0.0.100", path = "../lightning", features = ["_test_utils"] }