Skip to content

Commit f79c418

Browse files
urisingerFirestar99
authored andcommitted
fix glam dependency
1 parent 29ba02d commit f79c418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ difftest = { path = "tests/difftests/lib" }
5959
tracing = "0.1"
6060
tracing-subscriber = { version = "0.3.20", features = ["env-filter", "json"] }
6161
num-traits = { version = "0.2.15", default-features = false }
62-
glam = { version = ">=0.22, <=0.30", default-features = false }
62+
glam = { version = ">=0.22, <=0.30.7", default-features = false }
6363
libm = { version = "0.2.5", default-features = false }
6464
bytemuck = { version = "1.23", features = ["derive"] }
6565

0 commit comments

Comments
 (0)