X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-persister%2FCargo.toml;h=fa71dc0d4dd9e9e0ac67e0acfd0014abd2aa8215;hb=7c8e740b6e82feeb60938083dcf677ea7e21f7bd;hp=44bc952a7d9bb060129cca7bc424610847e43aae;hpb=9c7c3b99210676793b1d35575d8538979cc1b349;p=rust-lightning diff --git a/lightning-persister/Cargo.toml b/lightning-persister/Cargo.toml index 44bc952a..fa71dc0d 100644 --- a/lightning-persister/Cargo.toml +++ b/lightning-persister/Cargo.toml @@ -8,13 +8,16 @@ Utilities to manage channel data persistence and retrieval. """ [dependencies] -bitcoin = "0.24" -lightning = { version = "0.0.11", path = "../lightning" } +bitcoin = "0.26" +lightning = { version = "0.0.12", path = "../lightning" } libc = "0.2" +[target.'cfg(windows)'.dependencies] +winapi = { version = "0.3", features = ["winbase"] } + [dev-dependencies.bitcoin] -version = "0.24" +version = "0.26" features = ["bitcoinconsensus"] [dev-dependencies] -lightning = { version = "0.0.11", path = "../lightning", features = ["_test_utils"] } +lightning = { version = "0.0.12", path = "../lightning", features = ["_test_utils"] }