rust-lightning/lightning
Elias Rohrer a85d5b1444
Add blanket Persist/Persister impls for dyn KVStore + Send + Sync
Previously, we only had blanket impls for `KVStore`. However, in order
to enable the use of `dyn KVStore + Send + Sync` instead of a `KVStore`
generic, we here also add the corresponding blanket implementations for
said type signature.
2024-02-07 12:56:06 +01:00
..
src Add blanket Persist/Persister impls for dyn KVStore + Send + Sync 2024-02-07 12:56:06 +01:00
Cargo.toml Bump hashbrown dependency to 0.13 2024-02-02 18:05:08 +00:00