Update `lightning-persister` crate
authorElias Rohrer <dev@tnull.de>
Mon, 21 Aug 2023 11:13:56 +0000 (13:13 +0200)
committerElias Rohrer <dev@tnull.de>
Thu, 7 Sep 2023 20:49:21 +0000 (22:49 +0200)
lightning-persister/Cargo.toml
lightning-persister/src/lib.rs

index 35bddc0774604fcd653e084946d06477d01ad239..a6775a18cff3ccf80fb5e7bfc1f840d527dd2c2b 100644 (file)
@@ -3,9 +3,9 @@ name = "lightning-persister"
 version = "0.0.116"
 authors = ["Valentine Wallace", "Matt Corallo"]
 license = "MIT OR Apache-2.0"
-repository = "https://github.com/lightningdevkit/rust-lightning/"
+repository = "https://github.com/lightningdevkit/rust-lightning"
 description = """
-Utilities to manage Rust-Lightning channel data persistence and retrieval.
+Utilities for LDK data persistence and retrieval.
 """
 edition = "2018"
 
index b34fe895b47e7df0a707db63b2225a1120de523b..dc205feba4e822949798d6e2491ecc4da6b38160 100644 (file)
@@ -1,6 +1,6 @@
-//! Utilities that handle persisting Rust-Lightning data to disk via standard filesystem APIs.
-
-// Prefix these with `rustdoc::` when we update our MSRV to be >= 1.52 to remove warnings.
+//! Provides utilities for LDK data persistence and retrieval.
+//
+// TODO: Prefix these with `rustdoc::` when we update our MSRV to be >= 1.52 to remove warnings.
 #![deny(broken_intra_doc_links)]
 #![deny(private_intra_doc_links)]