From 08bcf902a4209acb128fd668f066bc42500210ec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 20:41:04 +0000 Subject: [PATCH] Update glam requirement from 0.10 to 0.11 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.11.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 832b182..ece3f29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ std = [] [dependencies] cgmath = { version = "0.17", optional = true } -glam = { version = "0.10", optional = true } +glam = { version = "0.11", optional = true } nalgebra = { version = ">=0.21, <0.24", optional = true } num-traits = { version = "0.2", optional = true } serde = { version = "1", optional = true }