From ca9400ba469599071ce616ca226b8efc022cc96a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Thu, 16 Jul 2020 10:16:27 +0200 Subject: [PATCH] Disable the 'std' feature of the num-traits dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a81bd28..0567047 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ description = "Tools for convenient comparison of matrices" readme = "README.md" [dependencies] -num-traits = "0.2" +num-traits = { version = "0.2", default-features = false } matrixcompare-core = { path = "matrixcompare-core", version="0.1"} [dev-dependencies]