diff --git a/librocksdb-sys/Cargo.toml b/librocksdb-sys/Cargo.toml index 53f508d..4f5adc0 100644 --- a/librocksdb-sys/Cargo.toml +++ b/librocksdb-sys/Cargo.toml @@ -22,6 +22,6 @@ libc = "0.2" const-cstr = "0.2" [build-dependencies] -cc = { git = "https://github.com/alexcrichton/cc-rs", features = ["parallel"] } +cc = { version = "^1.0", features = ["parallel"] } make-cmd = "0.1" bindgen = "0.29"