From f4937514dd52d9ebc6dc7bbe90baa4c6d01d9cdf Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 8 Mar 2025 22:08:20 -0500 Subject: [PATCH] Updating rust edition --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0c463d..4a4f981 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "clean_file" +description = "Software tool that sanitizes a list of phone numbers" version = "0.2.0" -edition = "2021" +edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html