We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff9411 commit c113953Copy full SHA for c113953
1 file changed
librocksdb-sys/Cargo.toml
@@ -52,7 +52,7 @@ bzip2-sys = { version = "0.1", default-features = false, optional = true }
52
libc = "0.2"
53
libz-sys = { version = "1.1", default-features = false, optional = true }
54
lz4-sys = { version = "1.11", optional = true }
55
-jevmalloc-sys = { git = "https://github.com/matrix-construct/jevmalloc", rev = "29fde02533ee2c6a5e9b87095324e6f7a5d43738", optional = true }
+jevmalloc-sys = { git = "https://github.com/matrix-construct/jevmalloc", rev = "93795449913f65ab533b7fa482333eef63fc3ae0", optional = true }
56
zstd-sys = { version = "2.0", features = [
57
"zdict_builder",
58
"experimental",
0 commit comments