From c664bd500c0b4ba468e68e50431bf8b83af14474 Mon Sep 17 00:00:00 2001 From: jiacai2050 Date: Wed, 16 Oct 2024 14:51:25 +0800 Subject: [PATCH] bump rocksdb --- src/wal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wal/Cargo.toml b/src/wal/Cargo.toml index 1464016453..ce59ae5554 100644 --- a/src/wal/Cargo.toml +++ b/src/wal/Cargo.toml @@ -32,7 +32,7 @@ workspace = true [dependencies.rocksdb] git = "https://github.com/tikv/rust-rocksdb.git" -rev = "f04f4dd8eacc30e67c24bc2529a6d9c6edb85f8f" +rev = "85e79e52c6ad80b8c547fcb90b3cade64f141fac" features = ["portable"] optional = true