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"