From 2305d0af89cb3313f818e201104a304191c264a6 Mon Sep 17 00:00:00 2001 From: Kasper Date: Fri, 30 May 2025 01:32:14 +0200 Subject: [PATCH] Use Rust 2024 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dbd0478..1c3309d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "cpc" version = "1.9.3" description = "evaluates math expressions, with support for units and conversion between units" authors = ["Kasper Henningsen"] -edition = "2021" +edition = "2024" readme = "README.md" license = "MIT" homepage = "https://github.com/probablykasper/cpc#readme"