Skip to content

Commit cb3b704

Browse files
committed
Bump nalgebra
1 parent 52f3742 commit cb3b704

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license = "MIT"
1818
[dependencies]
1919
serde = { optional = true, version = "1", features = ["derive"] }
2020
num-traits = "0.2.19"
21-
nalgebra = { version = "0.33.0", features = ["default", "serde-serialize"] }
21+
nalgebra = { version = "0.34.0", features = ["default", "serde-serialize"] }
2222
rayon = { optional = true, version = "1.8.1" }
2323
wide = { optional = true, version = "0.8" }
2424

fuzz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ cargo-fuzz = true
1212
arbitrary = { version = "1.4.1", features = ["derive"] }
1313
approx = "0.5"
1414
libfuzzer-sys = "0.4"
15-
nalgebra = "0.33"
16-
ordered-float = { version = "4.6.0", features = ["arbitrary"] }
15+
nalgebra = "0.34"
16+
ordered-float = { version = "5.1.0", features = ["arbitrary"] }
1717

1818
[dependencies.bvh]
1919
path = ".."

0 commit comments

Comments
 (0)