Document serai-db with bounds and intent

This commit is contained in:
Luke Parker
2024-12-26 02:32:14 -05:00
parent 9c92709e62
commit 1d50792eed
5 changed files with 220 additions and 195 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "serai-db"
version = "0.1.0"
version = "0.1.1"
description = "A simple database trait and backends for it"
license = "MIT"
repository = "https://github.com/serai-dex/serai/tree/develop/common/db"
@@ -18,7 +18,7 @@ workspace = true
[dependencies]
parity-db = { version = "0.4", default-features = false, optional = true }
rocksdb = { version = "0.21", default-features = false, features = ["zstd"], optional = true }
rocksdb = { version = "0.23", default-features = false, features = ["zstd"], optional = true }
[features]
parity-db = ["dep:parity-db"]