From bbc02f0cf3ac3eb7a7c6612f3b06696e45ae87a7 Mon Sep 17 00:00:00 2001 From: Daniil Polyakov Date: Wed, 17 Dec 2025 01:10:25 +0300 Subject: [PATCH] fix: add `bindgen-runtime` feature of rocksdb --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 06458c0..9b773b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,6 +52,7 @@ itertools = "0.14.0" rocksdb = { version = "0.24.0", default-features = false, features = [ "snappy", + "bindgen-runtime", ] } [workspace.dependencies.rand]