diff --git a/.cargo/config.toml b/.cargo/config.toml index c463ebe..ade8240 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,11 +1,11 @@ [target.i686-pc-windows-msvc] rustflags="-C target-feature=+crt-static" -[target.x86-64-pc-windows-msvc] +[target.x86_64-pc-windows-msvc] rustflags="-C target-feature=+crt-static" [target.i686-pc-windows-gnu] rustflags="-C target-feature=+crt-static" -[target.x86-64-pc-windows-gnu] -rustflags="-C target-feature=+crt-static" \ No newline at end of file +[target.x86_64-pc-windows-gnu] +rustflags="-C target-feature=+crt-static"