diff --git a/gdnative-core/Cargo.toml b/gdnative-core/Cargo.toml index 73b959fd4..b89017e4e 100644 --- a/gdnative-core/Cargo.toml +++ b/gdnative-core/Cargo.toml @@ -25,7 +25,7 @@ ahash = "0.8" approx = "0.5" atomic-take = "1" bitflags = "1" -glam = "0.27" +glam = "0.29" indexmap = "2" inventory = { version = "0.3", optional = true } libc = "0.2"