diff options
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b1da79b82..59cabd915 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -120,9 +120,6 @@ winapi = { workspace = true, features = ["knownfolders", "mswsock", "objbase", " [target.'cfg(unix)'.dependencies] nix.workspace = true -[target.'cfg(not(target_env = "msvc"))'.dependencies] -tikv-jemallocator.workspace = true - [dev-dependencies] deno_bench_util.workspace = true dotenv = "=0.15.0" |