Bump crate versions to 0.0.117-rc1/invoice 0.25-rc1
[rust-lightning] / lightning-persister / Cargo.toml
index 43d97ebbe1240f17a29bc895c88b1b4fb7a8e4d3..772bfd9a12ed6a3b1c04b07a89127dbc3a70e701 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-persister"
-version = "0.0.117-alpha2"
+version = "0.0.117-rc1"
 authors = ["Valentine Wallace", "Matt Corallo"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/lightningdevkit/rust-lightning"
@@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"]
 
 [dependencies]
 bitcoin = "0.29.0"
-lightning = { version = "0.0.117-alpha2", path = "../lightning" }
+lightning = { version = "0.0.117-rc1", path = "../lightning" }
 
 [target.'cfg(windows)'.dependencies]
 windows-sys = { version = "0.48.0", default-features = false, features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
@@ -24,5 +24,5 @@ windows-sys = { version = "0.48.0", default-features = false, features = ["Win32
 criterion = { version = "0.4", optional = true, default-features = false }
 
 [dev-dependencies]
-lightning = { version = "0.0.117-alpha2", path = "../lightning", features = ["_test_utils"] }
+lightning = { version = "0.0.117-rc1", path = "../lightning", features = ["_test_utils"] }
 bitcoin = { version = "0.29.0", default-features = false }