From e76e8f1b9b923c9ef0db54e499ee3be4ebc32036 Mon Sep 17 00:00:00 2001 From: EntyButOnWorkAccount <115137216+tempusernamedduck@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:52:34 +0100 Subject: [PATCH] Update Cargo.toml updating Rust Version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dff5c98..73f5ac2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "meowping" version = "1.6.3" authors = ["enty"] edition = "2021" -rust-version = "1.56" +rust-version = "1.67" description = "A simple ping utility written in Rust, that is focused on being size efficient and fast." readme = "README.md" license = "MIT"