Skip to content

Commit

Permalink
update bindgen to 0.65 (tikv#751)
Browse files Browse the repository at this point in the history
Signed-off-by: gengliqi <gengliqiii@gmail.com>
(cherry picked from commit 2096b9a)
  • Loading branch information
gengliqi authored and breezewish committed Apr 11, 2024
1 parent 3653a98 commit c6ec6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librocksdb_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c6ec6d9

Please sign in to comment.