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 314cdbb commit 1b769b0Copy full SHA for 1b769b0
.cargo/config.toml
@@ -1,2 +1,9 @@
1
[alias]
2
dev = "run --package uv-dev"
3
+
4
+# statically link the C runtime so the executable does not depend on
5
+# that shared/dynamic library.
6
+#
7
+# See: https://github.com/astral-sh/ruff/issues/11503
8
+[target.'cfg(all(target_env = "msvc", target_os = "windows"))']
9
+rustflags = ["-C", "target-feature=+crt-static"]
0 commit comments