Update Cargo.toml

Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Félix Saparelli 2022-07-05 23:56:30 +12:00 committed by GitHub
parent fe724585ae
commit 57c6125fc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ zstd = { version = "0.10.0", features = ["bindgen", "zstdmt"], default-features
guess_host_triple = "0.1.3"
[target.'cfg(windows)'.dependencies]
mimalloc = "0.1.29"
mimalloc = { version = "0.1.29", default-features = false}
[dev-dependencies]
env_logger = "0.9.0"