From bdc159681f2947dd74811ff76377a47a045c1480 Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Thu, 12 Jan 2023 20:48:59 +0100 Subject: [PATCH] build: use edition "2021" --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 515d89c..a0f1eb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "simple-easing" version = "1.0.0" description = "Set of simple easing functions" -edition = "2018" +edition = "2021" repository = "https://gitlab.com/chpio/simple-easing" license = "MIT OR Apache-2.0" include = [