From 31c64a0aaadceb8ac1e785c5e50d3d7f0560dde9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sun, 8 Aug 2021 12:31:23 +0200 Subject: [PATCH] Use simba 0.6 --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c433b2a..04550bdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ num-traits = { version = "0.2", default-features = false } num-complex = { version = "0.4", default-features = false } num-rational = { version = "0.4", default-features = false } approx = { version = "0.5", default-features = false } -simba = { version = "0.5", default-features = false } +simba = { version = "0.6", default-features = false } alga = { version = "0.9", default-features = false, optional = true } rand_distr = { version = "0.4", default-features = false, optional = true } matrixmultiply = { version = "0.3", optional = true } @@ -113,6 +113,10 @@ harness = false path = "benches/lib.rs" required-features = ["rand"] +#[profile.bench] +#opt-level = 0 +#lto = false + [profile.bench] lto = true