We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5053410 commit ef9a58bCopy full SHA for ef9a58b
Cargo.toml
@@ -28,7 +28,7 @@ codegen-units = 1 # Compile the entire crate as one unit.
28
lto = "thin" # Do a second optimization pass over the entire program, including dependencies.
29
[dependencies]
30
rand = "0.9.1"
31
-nalgebra = "0.33.2"
+nalgebra = "0.34.0"
32
rand_distr = "0.5.1"
33
rand_chacha = "0.9.0"
34
rerun = "0.24.0"
0 commit comments