File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name = "lightning-persister"
33version = " 0.0.116"
44authors = [" Valentine Wallace" , " Matt Corallo" ]
55license = " MIT OR Apache-2.0"
6- repository = " https://github.com/lightningdevkit/rust-lightning/ "
6+ repository = " https://github.com/lightningdevkit/rust-lightning"
77description = """
8- Utilities to manage Rust-Lightning channel data persistence and retrieval.
8+ Utilities for LDK data persistence and retrieval.
99"""
1010edition = " 2018"
1111
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments