From e4ac705a87ef0e46f86e621d9e8bc9229c10e34a Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 15 Apr 2024 22:18:05 +0700 Subject: [PATCH] deps: Bump upper bound for `glam` to 0.27. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f02b8a..31ae558 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "crates-io.md" rust-version = "1.60" [dependencies] -glam = { version = ">=0.21, <=0.25", features = ["mint"] } +glam = { version = ">=0.21, <=0.27", features = ["mint"] } mint = "0.5.8" [dev-dependencies]