From 2a83ec8376f916865d80530cfeb285d7d350ba5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Monnom?= Date: Tue, 20 Dec 2022 23:45:40 +0100 Subject: [PATCH] remove unnecessary config --- .cargo/config | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .cargo/config diff --git a/.cargo/config b/.cargo/config deleted file mode 100644 index 0c17df0..0000000 --- a/.cargo/config +++ /dev/null @@ -1,2 +0,0 @@ -[target.x86_64-pc-windows-msvc] -rustflags = ["-C", "target-feature=+crt-static"] \ No newline at end of file