summaryrefslogtreecommitdiff
path: root/exes/gateway/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'exes/gateway/Cargo.toml')
-rw-r--r--exes/gateway/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exes/gateway/Cargo.toml b/exes/gateway/Cargo.toml
index 98a1ae8..e7a0813 100644
--- a/exes/gateway/Cargo.toml
+++ b/exes/gateway/Cargo.toml
@@ -29,5 +29,5 @@ tracing-opentelemetry = "0.18.0"
opentelemetry = "0.18.0"
opentelemetry-http = "0.7.0"
-[target.'cfg(not(target_env = "msvc"))'.dependencies]
+[target.'cfg(not(target_os = "windows"))'.dependencies]
tikv-jemallocator = "0.5" \ No newline at end of file