build: use edition "2021"

This commit is contained in:
2023-01-12 20:48:59 +01:00
parent bf722d7179
commit bdc159681f
+1 -1
View File
@@ -2,7 +2,7 @@
name = "simple-easing" name = "simple-easing"
version = "1.0.0" version = "1.0.0"
description = "Set of simple easing functions" description = "Set of simple easing functions"
edition = "2018" edition = "2021"
repository = "https://gitlab.com/chpio/simple-easing" repository = "https://gitlab.com/chpio/simple-easing"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
include = [ include = [