mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Add/correct msrv labels
This commit is contained in:
@@ -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