From 7bea9ea2aed2e4b89e81f1fefc403403a51d476b Mon Sep 17 00:00:00 2001 From: enty Date: Mon, 4 Nov 2024 23:40:01 +0100 Subject: [PATCH] bump rust version to 1.82.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18a00fd..3a415d1 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "meowping" version = "1.6.9-beta.4" authors = ["Entytaiment25"] edition = "2021" -rust-version = "1.81.0" +rust-version = "1.82.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"