Skip to content

Commit ef9a58b

Browse files
Update nalgebra requirement from 0.33.2 to 0.34.0 (#49)
1 parent 5053410 commit ef9a58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ codegen-units = 1 # Compile the entire crate as one unit.
2828
lto = "thin" # Do a second optimization pass over the entire program, including dependencies.
2929
[dependencies]
3030
rand = "0.9.1"
31-
nalgebra = "0.33.2"
31+
nalgebra = "0.34.0"
3232
rand_distr = "0.5.1"
3333
rand_chacha = "0.9.0"
3434
rerun = "0.24.0"

0 commit comments

Comments
 (0)