Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
removed 2024 edition because its not needed
  • Loading branch information
Entytaiment25 authored Sep 29, 2024
1 parent 3d9a10b commit 6a026f2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6a026f2

Please sign in to comment.