From 26595049c9dce5621aee997fe8e2d01373b91aa3 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Mon, 23 Mar 2020 09:59:26 +0100 Subject: [PATCH] Depend on the crates.io version of simba. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d822e712..d97581aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ num-traits = { version = "0.2", default-features = false } num-complex = { version = "0.2", default-features = false } num-rational = { version = "0.2", default-features = false } approx = { version = "0.3", default-features = false } -simba = { path = "../simba" } +simba = { version = "0.1", default-features = false } #alga = { version = "0.9", default-features = false } rand_distr = { version = "0.2", optional = true } matrixmultiply = { version = "0.2", optional = true }