From 52701b672bbfd52ca2fb236d6a359e4d3ab3c0dc Mon Sep 17 00:00:00 2001 From: Paula Ruiz Rodriguez <50167687+Paururo@users.noreply.github.com> Date: Sat, 16 Nov 2024 10:07:02 +0100 Subject: [PATCH] nalgebra --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8f8925..9b47b94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ version = "1.0.0" edition = "2021" [dependencies] -nalgebra = "0.33.2" bio = "2.0.3" rayon = "1.10.0" clap = { version = "4.5.21", features = ["derive"] } @@ -12,3 +11,6 @@ indicatif = "0.17.9" chrono = "0.4.38" sysinfo = "0.32.0" twox-hash = "2.0.1" + +[patch.crates-io] +nalgebra = "0.33.2"