diff options
Diffstat (limited to 'lang/gleam/files/patch-Cargo.lock')
-rw-r--r-- | lang/gleam/files/patch-Cargo.lock | 15 |
1 files changed, 15 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" |