Skip to content

Commit 22805a1

Browse files
committed
Upgrade ckb-rocksdb to v0.22.2, fix build on gcc15
1 parent d2535dc commit 22805a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ rayon = "1.0"
263263
regex = "1.1.6"
264264
reqwest = "0.12"
265265
rhai = "1.16.0"
266-
rocksdb = { git="https://github.com/eval-exec/rust-rocksdb", branch="exec/gcc15", package = "ckb-rocksdb", default-features = false }
266+
rocksdb = { version = "0.22.2", package = "ckb-rocksdb", default-features = false }
267267
rustc-hash = "1.1"
268268
secio = { version = "0.6", package = "tentacle-secio" }
269269
secp256k1 = "0.30"

0 commit comments

Comments
 (0)