mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
rocksdb 0.22 via a patch
patch is removeable once https://github.com/paritytech/parity-common/pull/828 is merged and released.
This commit is contained in:
21
patches/rocksdb/Cargo.toml
Normal file
21
patches/rocksdb/Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "rocksdb"
|
||||
version = "0.21.0"
|
||||
description = "rocksdb which patches to the latest update"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/serai-dex/serai/tree/develop/patches/rocksdb"
|
||||
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||||
keywords = []
|
||||
edition = "2021"
|
||||
rust-version = "1.63"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
rocksdb = "0.22"
|
||||
|
||||
[features]
|
||||
jemalloc = ["rocksdb/jemalloc"]
|
||||
snappy = ["rocksdb/snappy"]
|
||||
1
patches/rocksdb/src/lib.rs
Normal file
1
patches/rocksdb/src/lib.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub use rocksdb::*;
|
||||
Reference in New Issue
Block a user