From 504bfa9bfed614a8f0f1502c61eafd8b1d3be13d Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Sun, 15 Feb 2026 11:51:13 +0100 Subject: [PATCH] chore: use rust edition 2024 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2a2367..77d7130 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "simple-easing" version = "1.0.1" description = "Set of simple easing functions" -edition = "2021" +edition = "2024" repository = "https://gitlab.com/chpio/simple-easing" license = "MIT OR Apache-2.0" include = [