updates for rust 1.80

This commit is contained in:
Yeastplume 2024-08-26 11:38:21 +00:00
parent 765f11b168
commit 5e69881067

4
.cargo/config.toml Normal file
View file

@ -0,0 +1,4 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]