From 518284f7aa4394f23b8859513240cfee580dd664 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 15:27:42 +0000 Subject: [PATCH] chore(deps): update rust crate glam to 0.24.1 (#26) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 474e528..5d4ef7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ std = ["slotmap/std"] slotmap = { version = "1.0", default-features = false } [dev-dependencies] -glam = "0.24.0" +glam = "0.24.1" [profile.dev] opt-level = 1