Skip to content

Commit 0d48ec3

Browse files
committed
Updated crate versions.
1 parent 6dbf391 commit 0d48ec3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Cargo.toml

+5-6
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,18 @@ rand = "0.8.5"
3737
rand_pcg = "0.3.1"
3838

3939
[dependencies.glam]
40-
version = "0.22.0"
40+
version = "0.29.0"
4141
features = ["mint", "rand"]
4242
# a lot of random data generation uses glam, so can't be optional yet
4343
# optional = true
4444

4545
[dependencies.nalgebra]
46-
version = "0.32.1"
46+
version = "0.33.2"
4747
features = ["mint"]
4848
optional = true
4949

5050
[dependencies.simba]
51-
version = "0.8.0"
52-
features = ["packed_simd"]
51+
version = "0.9.0"
5352
optional = true
5453

5554
[dependencies.cgmath]
@@ -62,7 +61,7 @@ version = "0.22.7"
6261
optional = true
6362

6463
[dependencies.vek]
65-
version = "0.15.10"
64+
version = "0.17.1"
6665
features = ["mint"]
6766
optional = true
6867

@@ -85,7 +84,7 @@ version = "0.7.5"
8584
optional = true
8685

8786
[dev-dependencies]
88-
criterion = "0.4.0"
87+
criterion = "0.5.1"
8988

9089
# [patch.crates-io]
9190
# glam = { path = "../glam-rs" }

0 commit comments

Comments
 (0)