--- gleam-bin/Cargo.toml.orig 2026-05-04 05:47:18 UTC +++ gleam-bin/Cargo.toml @@ -8,7 +8,3 @@ gleam-cli = { path = "../compiler-cli" } [dependencies] gleam-cli = { path = "../compiler-cli" } -[target.'cfg(windows)'.build-dependencies] -# For statically linking the VCRuntime on Windows when -# using the MSVC toolchain -static_vcruntime = "3"