Skip to content

Commit

Permalink
update to rocksdb 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Dec 26, 2024
1 parent 02abad7 commit 796a6ee
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 27 deletions.
20 changes: 4 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,11 @@ chrono = { version = "0.4.32", features = ["wasmbind"] }
wasm-bindgen-test = "0.3.42"

### These crates don't compile on wasm
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rocksdb = { version = "0.22.0", optional = true }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rocksdb]
version = "0.23.0"
optional = true
default-features = false
features = [ "bindgen-runtime", "snappy", "zstd" ]

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
criterion = "0.5.1"

0 comments on commit 796a6ee

Please sign in to comment.