From 355178f5fab65f27620f388936f6d2d27ffbb340 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 09:54:49 +0000 Subject: [PATCH] Update glam requirement from >=0.10, <0.13 to >=0.10, <0.15 Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version. - [Release notes](https://github.com/bitshifter/glam-rs/releases) - [Changelog](https://github.com/bitshifter/glam-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.10.0...0.14.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 432e06d..e475d2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ std = [] [dependencies] cgmath = { version = ">=0.17, <0.19", optional = true } -glam = { version = ">=0.10, <0.13", optional = true } +glam = { version = ">=0.10, <0.15", optional = true } nalgebra = { version = ">=0.21, <0.25", optional = true } serde = { version = "1", optional = true } serde_derive = { version = "1", optional = true }