mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
28b4ab4ec5
Cargo understands this as well, and this way editors pick up the file type correctly. The old file name is also no longer documented in https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure
5 lines
153 B
TOML
5 lines
153 B
TOML
[target.x86_64-pc-windows-msvc]
|
|
rustflags = ["-Ctarget-feature=+crt-static"]
|
|
|
|
[target.i686-pc-windows-msvc]
|
|
rustflags = ["-Ctarget-feature=+crt-static"]
|