Skip to content

Commit 368939f

Browse files
committed
update code
1 parent 2ce1494 commit 368939f

File tree

2 files changed

+141
-308
lines changed

2 files changed

+141
-308
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ clap = { version = "4.5", features = ["derive"] }
4343
wasmtime = { version = "28.0", features = ["component-model", "async"] }
4444
base64 = "0.22"
4545
wasmtime-wasi = "28.0"
46-
rocksdb = { version = "0.21", features = ["multi-threaded-cf"] }
46+
rocksdb = { version = "0.21", features = ["multi-threaded-cf", "lz4"] }
4747
bincode = "1.3"
4848
tokio-stream = "0.1.18"
4949
lru = "0.12"

0 commit comments

Comments
 (0)