From 45b24139710e2a8bbb55b58dc0ded318c00c1022 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 2 Apr 2024 21:59:17 +0700 Subject: [PATCH] Increase MSRV to 1.68 `glam` 0.27 needs 1.68. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d538fb..17f17f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "encase" version = "0.7.0" edition = "2021" -rust-version = "1.63" +rust-version = "1.68" license = "MIT-0" readme = "./README.md"