From 02640c5719ea94ce9f2798c22a32edf0e448b8b1 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 | 2 -- rust-toolchain.toml | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 rust-toolchain.toml diff --git a/Cargo.toml b/Cargo.toml index 6245fc7..e7250c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,6 @@ [package] name = "linkspeed" version = "0.1.0" -edition = "2024" -rust-version = "1.85" [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"