From 87de396fc2b7cdbd7276fe932ce610c62d73ee5c Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 3 Dec 2025 11:25:47 -0500 Subject: [PATCH] edition: 2021 -> 2024 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d60d212..82406db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ytbn_graphing_software" version = "0.1.0" -edition = "2021" +edition = "2024" license = "AGPL-3.0" repository = "https://github.com/Titaniumtown/YTBN-Graphing-Software" description = "Crossplatform (and web-compatible) graphing calculator"