Use Rust 2024 edition

This commit is contained in:
Kasper 2025-05-30 01:32:14 +02:00
parent a07a165feb
commit 2305d0af89
No known key found for this signature in database
GPG Key ID: 3E47D7CD99820B85

View File

@ -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"