From bac526100cce4a5d64bffe8c666e008da2405381 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 22 Aug 2025 03:02:56 +0200 Subject: [PATCH] Removed cargo config that is no longer neccesary --- .cargo/config.toml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index a35dac3..0000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,3 +0,0 @@ -[build] -target = "x86_64-unknown-linux-gnu" -rustflags = ["--cfg", "tokio_unstable"]