diff --git a/Cargo.toml b/Cargo.toml index 53abad5..3620744 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ rand = { version = "0.9", optional = true } num-traits = { version = "0.2", default-features = false, features = ["std"], optional = true } -nalgebra = { version = "0.33", optional = true } +nalgebra = { version = "0.34", optional = true } simba = { version = "0.9", optional = true, default-features = false } approx = { version = "0.5", optional = true, default-features = false }