Skip to content

Commit

Permalink
Support more rocksdb compression type
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Oct 24, 2024
1 parent 9dd17ab commit 4fdce3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ckb-app-config = { path = "../util/app-config", version = "= 0.119.0-pre" }
ckb-logger = { path = "../util/logger", version = "= 0.119.0-pre" }
ckb-error = { path = "../error", version = "= 0.119.0-pre" }
libc = "0.2"
rocksdb = { package = "ckb-rocksdb", version ="=0.21.1", features = ["snappy"], default-features = false }
rocksdb = { package = "ckb-rocksdb", version ="=0.21.1", features = ["snappy", "lz4", "zstd", "zlib", "bzip2"], default-features = false }
ckb-db-schema = { path = "../db-schema", version = "= 0.119.0-pre" }

[dev-dependencies]
Expand Down

0 comments on commit 4fdce3f

Please sign in to comment.