diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 0e0b1d2c7..e2ffca657 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -40,7 +40,7 @@ url.workspace = true v8.workspace = true [target.'cfg(not(target_env = "msvc"))'.dependencies] -tikv-jemalloc-sys = "0.5" +tikv-jemalloc-sys.workspace = true [[example]] name = "http_bench_json_ops" |