Skip to content

Commit

Permalink
Move Rocksdb back to upstream
Browse files Browse the repository at this point in the history
Rocksdb 0.22 have been released and it includes the statistics changes from rust-rocksdb/rust-rocksdb#853 and rust-rocksdb/rust-rocksdb#854
we can now move back to upstream.
  • Loading branch information
AhmedSoliman committed Feb 16, 2024
1 parent 172d3c0 commit 37b88e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 5 additions & 3 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ prost-build = "0.12.1"
prost-reflect = "0.12.0"
prost-types = "0.12.1"
rand = "0.8.5"
# we need to use RocksDB with fine-grained statistics access. We use this branch until proposed changes are merged upstream
rocksdb = { git = "https://github.com/restatedev/rust-rocksdb.git", branch = "next"}
rocksdb = { version = "0.22.0" }
rustls = "0.21.6"
schemars = { version = "0.8", features = ["bytes"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 37b88e7

Please sign in to comment.