From 2639919f84a45fe2a35102f19f2af636585c2a41 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Mon, 10 Feb 2025 17:35:40 +0100 Subject: [PATCH] [build] remove edition 2024 stuff --- Cargo.toml | 3 +-- rust-toolchain.toml | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 rust-toolchain.toml diff --git a/Cargo.toml b/Cargo.toml index 6245fc7..2d9f25e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,7 @@ [package] name = "linkspeed" version = "0.1.0" -edition = "2024" -rust-version = "1.85" +edition = "2021" [dependencies] diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index 5d56faf..0000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,2 +0,0 @@ -[toolchain] -channel = "nightly"