Merge pull request #752 from valentinewallace/chanman-persistence
[rust-lightning] / lightning-persister / Cargo.toml
index 44bc952a7d9bb060129cca7bc424610847e43aae..d8be01c926b5d649b7f5955dbab14a325c63e2d4 100644 (file)
@@ -9,12 +9,15 @@ Utilities to manage channel data persistence and retrieval.
 
 [dependencies]
 bitcoin = "0.24"
-lightning = { version = "0.0.11", path = "../lightning" }
+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"
 features = ["bitcoinconsensus"]
 
 [dev-dependencies]
-lightning = { version = "0.0.11", path = "../lightning", features = ["_test_utils"] }
+lightning = { version = "0.0.12", path = "../lightning", features = ["_test_utils"] }