tikv / rust-rocksdb

rust wrapper for rocksdb
Apache License 2.0
276 stars 155 forks source link

Update rust-bindgen to fix build with clang 16 #751

Closed gengliqi closed 1 year ago

gengliqi commented 1 year ago

Close #750

After some searching, I found two similar issues https://github.com/rust-lang/rust-bindgen/issues/2488 and https://github.com/rust-lang/rust-bindgen/issues/2312. This issue has been fixed in rust-bindgen 0.62.

gengliqi commented 1 year ago

/cc @tabokie