diff --git a/Cargo.toml b/Cargo.toml index f75efb1..204c3da 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,9 @@ -cargo-features = ["edition2024"] - [package] name = "meowping" version = "1.6.9-beta.3" authors = ["Entytaiment25"] -edition = "2024" -rust-version = "1.83.0" +edition = "2021" +rust-version = "1.81.0" description = "A simple ping utility written in Rust, that is focused on being size efficient and fast." repository = "https://github.com/entytaiment25/meowping" license = "MIT"