mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Update lightning-persister
crate
This commit is contained in:
parent
d1405f38bc
commit
931ea2667a
2 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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)]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue