From aae271a2a805ab32abcd2fca047126869c45c743 Mon Sep 17 00:00:00 2001 From: Nova Date: Sun, 21 Aug 2022 14:19:32 -0400 Subject: [PATCH] fix(cargo.toml): update glam --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa14bca..193b5fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ ctrlc = "3.2.2" dashmap = "5.3.4" flatbuffers = "2.1.2" flexbuffers = "2.0.0" -glam = {version = "0.20.5", features = ["mint"]} +glam = {version = "0.21.3", features = ["mint"]} lazy_static = "1.4.0" mint = "0.5.9" nanoid = "0.4.0"