From 01023cf20dd279606a5b3ae4e4f1b8ed0a832c0f Mon Sep 17 00:00:00 2001 From: Vladimir Date: Fri, 3 Sep 2021 16:01:26 +0300 Subject: [PATCH] Remove patch version --- librocksdb-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"