Update all dependencies to latest version.

This commit is contained in:
Dimitri Sabadie 2021-07-11 16:27:24 +02:00
parent 06f6e4b578
commit 1be94935cf
No known key found for this signature in database
GPG Key ID: B313786A66884DCD

View File

@ -29,8 +29,8 @@ std = []
[dependencies]
cgmath = { version = ">=0.17, <0.19", optional = true }
glam = { version = ">=0.10, <0.15", optional = true }
nalgebra = { version = ">=0.21, <0.25", optional = true }
glam = { version = ">=0.10, <0.18", optional = true }
nalgebra = { version = ">=0.21, <0.28", optional = true }
serde = { version = "1", features = ["derive"], optional = true }
[dev-dependencies]