From f97a4c8f29c4aa9a6a941a9baad1d5065d4ac76d Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 28 Mar 2023 11:07:57 +0200 Subject: [PATCH] Update nalgebra to 0.32 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32ae5552..ac7f09ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ nightly = [] [dependencies] rand = "0.8" -nalgebra = { version = "0.29", features = ["rand"] } +nalgebra = { version = "0.32", features = ["rand"] } approx = "0.5.0" num-traits = "0.2.14" lazy_static = "1.4.0"