From d461594f9bfd44be068008d5f6f65204268eda03 Mon Sep 17 00:00:00 2001 From: Schmarni Date: Sat, 22 Jun 2024 12:28:20 +0200 Subject: [PATCH] remove rust toolchain file Signed-off-by: Schmarni --- rust-toolchain.toml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index a24e707..0000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,10 +0,0 @@ -[toolchain] -channel = "1.77.2" -components = ["rust-src"] -profile = "default" -targets = [ - "aarch64-apple-darwin", - "aarch64-linux-android", - "x86_64-pc-windows-msvc", - "x86_64-unknown-linux-gnu", -]