-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch is removeable once paritytech/parity-common#828 is merged and released.
- Loading branch information
1 parent
f4e5bf9
commit 00d7f71
Showing
5 changed files
with
45 additions
and
19 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>"] | ||
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"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pub use rocksdb::*; |