Merge pull request #893 from TheBlueMatt/2021-04-features-chanman
[rust-lightning] / lightning-persister / Cargo.toml
index fa71dc0d4dd9e9e0ac67e0acfd0014abd2aa8215..a6e7242b0cb9c13e0eae26ea6bb43063870eb8c1 100644 (file)
@@ -1,15 +1,19 @@
 [package]
 name = "lightning-persister"
-version = "0.0.1"
+version = "0.0.13"
 authors = ["Valentine Wallace", "Matt Corallo"]
-license = "Apache-2.0"
+license = "MIT OR Apache-2.0"
+repository = "https://github.com/rust-bitcoin/rust-lightning/"
 description = """
-Utilities to manage channel data persistence and retrieval.
+Utilities to manage Rust-Lightning channel data persistence and retrieval.
 """
 
+[features]
+unstable = ["lightning/unstable"]
+
 [dependencies]
 bitcoin = "0.26"
-lightning = { version = "0.0.12", path = "../lightning" }
+lightning = { version = "0.0.13", path = "../lightning" }
 libc = "0.2"
 
 [target.'cfg(windows)'.dependencies]
@@ -20,4 +24,4 @@ version = "0.26"
 features = ["bitcoinconsensus"]
 
 [dev-dependencies]
-lightning = { version = "0.0.12", path = "../lightning", features = ["_test_utils"] }
+lightning = { version = "0.0.13", path = "../lightning", features = ["_test_utils"] }