mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add/correct msrv labels
This commit is contained in:
@@ -8,6 +8,7 @@ authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||||
keywords = []
|
||||
edition = "2021"
|
||||
publish = false
|
||||
rust-version = "1.80"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
@@ -36,7 +36,7 @@ db_channel! {
|
||||
|
||||
/// The type used for the database.
|
||||
#[cfg(all(feature = "parity-db", not(feature = "rocksdb")))]
|
||||
pub type Db = serai_db::ParityDb;
|
||||
pub type Db = std::sync::Arc<serai_db::ParityDb>;
|
||||
/// The type used for the database.
|
||||
#[cfg(feature = "rocksdb")]
|
||||
pub type Db = serai_db::RocksDB;
|
||||
|
||||
Reference in New Issue
Block a user