summaryrefslogtreecommitdiff
path: root/lang/gleam/files
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gleam/files')
-rw-r--r--lang/gleam/files/patch-Cargo.lock15
-rw-r--r--lang/gleam/files/patch-gleam-bin_Cargo.toml10
2 files changed, 25 insertions, 0 deletions
diff --git a/lang/gleam/files/patch-Cargo.lock b/lang/gleam/files/patch-Cargo.lock
new file mode 100644
index 000000000000..3dbe02f02e1b
--- /dev/null
+++ b/lang/gleam/files/patch-Cargo.lock
@@ -0,0 +1,15 @@
+--- Cargo.lock.orig 2025-06-04 06:31:10 UTC
++++ Cargo.lock
+@@ -2969,12 +2969,6 @@ dependencies = [
+ ]
+
+ [[package]]
+-name = "static_vcruntime"
+-version = "2.0.0"
+-source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "954e3e877803def9dc46075bf4060147c55cd70db97873077232eae0269dc89b"
+-
+-[[package]]
+ name = "strsim"
+ version = "0.11.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/lang/gleam/files/patch-gleam-bin_Cargo.toml b/lang/gleam/files/patch-gleam-bin_Cargo.toml
new file mode 100644
index 000000000000..e58854e1932b
--- /dev/null
+++ b/lang/gleam/files/patch-gleam-bin_Cargo.toml
@@ -0,0 +1,10 @@
+--- gleam-bin/Cargo.toml.orig 2025-06-04 06:31:36 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 = "2"