Skip to content

Commit f82719f

Browse files
committed
Update lightning-persister crate
1 parent d614dea commit f82719f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lightning-persister/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name = "lightning-persister"
33
version = "0.0.116"
44
authors = ["Valentine Wallace", "Matt Corallo"]
55
license = "MIT OR Apache-2.0"
6-
repository = "https://github.com/lightningdevkit/rust-lightning/"
6+
repository = "https://github.com/lightningdevkit/rust-lightning"
77
description = """
8-
Utilities to manage Rust-Lightning channel data persistence and retrieval.
8+
Utilities for LDK data persistence and retrieval.
99
"""
1010
edition = "2018"
1111

lightning-persister/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//! Utilities that handle persisting Rust-Lightning data to disk via standard filesystem APIs.
2-
3-
// Prefix these with `rustdoc::` when we update our MSRV to be >= 1.52 to remove warnings.
1+
//! Provides utilities for LDK data persistence and retrieval.
2+
//
3+
// TODO: Prefix these with `rustdoc::` when we update our MSRV to be >= 1.52 to remove warnings.
44
#![deny(broken_intra_doc_links)]
55
#![deny(private_intra_doc_links)]
66

0 commit comments

Comments
 (0)