From 5e6988106739624f3690a9e159dacea30d270352 Mon Sep 17 00:00:00 2001 From: Yeastplume Date: Mon, 26 Aug 2024 11:38:21 +0000 Subject: [PATCH] updates for rust 1.80 --- .cargo/config.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 00000000..98b5c374 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,4 @@ +[target.x86_64-pc-windows-msvc] +rustflags = ["-Ctarget-feature=+crt-static"] +[target.i686-pc-windows-msvc] +rustflags = ["-Ctarget-feature=+crt-static"]