From 1024eee6cdfc0b907d40b58c22d6a0d03b585842 Mon Sep 17 00:00:00 2001 From: urisinger <60300761+urisinger@users.noreply.github.com> Date: Thu, 2 Oct 2025 04:05:21 -0700 Subject: [PATCH] fix glam dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7cf0998410..c72f49d000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ difftest = { path = "tests/difftests/lib" } tracing = "0.1" tracing-subscriber = { version = "0.3.20", features = ["env-filter", "json"] } num-traits = { version = "0.2.15", default-features = false } -glam = { version = ">=0.22, <=0.30", default-features = false } +glam = { version = ">=0.22, <=0.30.7", default-features = false } libm = { version = "0.2.5", default-features = false } bytemuck = { version = "1.23", features = ["derive"] }