Unverified Commit c6b359d3 authored by Qinxuan Chen's avatar Qinxuan Chen Committed by GitHub

Remove useless features of bindgen (#539)

Signed-off-by: 's avatarkoushiro <koushiro.cqx@gmail.com>
parent 0876316d
...@@ -32,7 +32,7 @@ cloud = [] ...@@ -32,7 +32,7 @@ cloud = []
[build-dependencies] [build-dependencies]
cc = "1.0.3" cc = "1.0.3"
cmake = "0.1" cmake = "0.1"
bindgen = "0.51" bindgen = { version = "0.51", default-features = false }
[dependencies.tikv-jemalloc-sys] [dependencies.tikv-jemalloc-sys]
version = "0.4.0" version = "0.4.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment