From 6bc3908fe2158d49e5302bdbf640adec269289a7 Mon Sep 17 00:00:00 2001 From: guylamar2006 Date: Fri, 1 Nov 2024 01:00:11 -0500 Subject: [PATCH] Renamed to config.toml for current rust cargo stable. (#418) --- .cargo/{config => config.toml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .cargo/{config => config.toml} (74%) diff --git a/.cargo/config b/.cargo/config.toml similarity index 74% rename from .cargo/config rename to .cargo/config.toml index 8aa0b22..b299d15 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"]