diff --git a/librocksdb-sys/Cargo.toml b/librocksdb-sys/Cargo.toml index 734b620..da4eb3d 100644 --- a/librocksdb-sys/Cargo.toml +++ b/librocksdb-sys/Cargo.toml @@ -23,7 +23,7 @@ bzip2 = [] [dependencies] libc = "0.2" -tikv-jemalloc-sys = { version = "0.4.2+5.2.1-patched.2", features = ["unprefixed_malloc_on_supported_platforms"], optional = true } +tikv-jemalloc-sys = { version = "0.4", features = ["unprefixed_malloc_on_supported_platforms"], optional = true } [dev-dependencies] const-cstr = "0.3"