Skip to content

Commit 3051754

Browse files
committed
Bump glam upper bound to <= 0.25
1 parent 778643d commit 3051754

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
@@ -27,7 +27,7 @@ blosc-src = { version = "0.3.0", features = ["lz4"] }
2727
bytemuck = { version = "1.13", features = ["extern_crate_alloc"] }
2828
byteorder = "1.4"
2929
flate2 = "1"
30-
glam = ">=0.18,<=0.24"
30+
glam = ">=0.18,<=0.25"
3131
half = { version = "2.2.1", features = ["bytemuck"] }
3232
log = "0.4"
3333
thiserror = "1"

0 commit comments

Comments
 (0)