diff --git a/.cargo/config b/.cargo/config.toml similarity index 74% rename from .cargo/config rename to .cargo/config.toml index 8aa0b22e..b299d155 100644 --- a/.cargo/config +++ b/.cargo/config.toml @@ -3,4 +3,4 @@ linker = "/usr/bin/x86_64-w64-mingw32-gcc" ar = "/usr/x86_64-w64-mingw32/bin/ar" [target.x86_64-pc-windows-msvc] -rustflags = ["-C", "target-feature=+crt-static"] \ No newline at end of file +rustflags = ["-C", "target-feature=+crt-static"]