From 6177043fa7cb28cb44e19054a60226572c20b02b Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Mon, 17 Mar 2025 16:18:29 -0700 Subject: [PATCH] Update edition to Rust 2024 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 108715e..3ee74a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ categories = ["network-programming"] repository = "https://github.com/mbrubeck/agate" readme = "README.md" license = "MIT OR Apache-2.0" -edition = "2021" +edition = "2024" exclude = ["/tools", "/.github", "/Cross.toml", "/content", "/CODE_OF_CONDUCT.md", "/CONTRIBUTING.md", "/CHANGELOG.md", "/tests"] [dependencies]