Update lightning-persister crate

This commit is contained in:
Elias Rohrer 2023-08-21 13:13:56 +02:00
parent d1405f38bc
commit 931ea2667a
No known key found for this signature in database
GPG key ID: 36153082BDF676FD
2 changed files with 5 additions and 5 deletions

View 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"

View 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)]