mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
fix: Use static CRT on window
This commit is contained in:
parent
52feee42f9
commit
e5897daa6e
1 changed files with 5 additions and 0 deletions
5
.cargo/config
Normal file
5
.cargo/config
Normal file
|
@ -0,0 +1,5 @@
|
|||
[target.x86_64-pc-windows-msvc]
|
||||
rustflags = ["-Ctarget-feature=+crt-static"]
|
||||
|
||||
[target.i686-pc-windows-msvc]
|
||||
rustflags = ["-Ctarget-feature=+crt-static"]
|
Loading…
Reference in a new issue