Skip to content

Commit

Permalink
fix: fix build with gcc 13 by bumping rust-rocksdb to v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsbds committed Jun 5, 2023
1 parent 6c768da commit f945a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"

[dependencies]
parking_lot = "0.12.1"
rocksdb = { version = "0.20.1", features = ["multi-threaded-cf"] }
rocksdb = { version = "0.21.0", features = ["multi-threaded-cf"] }
thiserror = "1.0.38"
serde = { version = "1.0.152", features = ["derive"] }
bincode = "1.3.3"
Expand Down

0 comments on commit f945a63

Please sign in to comment.