From c6ec6d96b28b94645a4cf2bf745806c764fdf577 Mon Sep 17 00:00:00 2001 From: Liqi Geng Date: Wed, 14 Jun 2023 09:52:57 +0800 Subject: [PATCH] update bindgen to 0.65 (#751) Signed-off-by: gengliqi (cherry picked from commit 2096b9a161f93e437f7adee49e68cd1570aea42f) --- librocksdb_sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librocksdb_sys/Cargo.toml b/librocksdb_sys/Cargo.toml index f7596e03c..cfc887ea5 100644 --- a/librocksdb_sys/Cargo.toml +++ b/librocksdb_sys/Cargo.toml @@ -30,7 +30,7 @@ static_libcpp = [] [build-dependencies] cc = "1.0.3" cmake = "0.1" -bindgen = { version = "0.57", default-features = false, features = ["runtime"] } +bindgen = { version = "0.65", default-features = false, features = ["runtime"] } [dependencies.tikv-jemalloc-sys] version = "0.5.0"