Skip to content

Commit

Permalink
keep new upstream default feature bindgen-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Nov 16, 2024
1 parent 689d3a7 commit e8565de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ nohash-hasher = "0.2"
partial_sort = "0.2"
pin-project-lite = "0.2"
reqwest = { version = "0.12", features = ["stream"] }
rocksdb = { git = "https://github.com/niklasf/rust-rocksdb", branch = "rocksdb-9.7.4", features = ["io-uring", "lz4", "zstd", "jemalloc"], default-features = false }
rocksdb = { git = "https://github.com/niklasf/rust-rocksdb", branch = "rocksdb-9.7.4", features = ["io-uring", "lz4", "zstd", "jemalloc", "bindgen-runtime"], default-features = false }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_with = { version = "3", features = ["time_0_3"] }
Expand Down

0 comments on commit e8565de

Please sign in to comment.