Merge pull request #55 from phaazon/dependabot/cargo/master/nalgebra-gte-0.21-and-lt-0.25

Update nalgebra requirement from >=0.21, <0.24 to >=0.21, <0.25
This commit is contained in:
Dimitri Sabadie 2021-01-01 03:07:31 +01:00 committed by GitHub
commit 60952acb73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ std = []
[dependencies]
cgmath = { version = "0.17", optional = true }
glam = { version = ">=0.10, <0.12", optional = true }
nalgebra = { version = ">=0.21, <0.24", optional = true }
nalgebra = { version = ">=0.21, <0.25", optional = true }
num-traits = { version = "0.2", optional = true }
serde = { version = "1", optional = true }
serde_derive = { version = "1", optional = true }