diff --git a/Cargo.toml b/Cargo.toml index 87d12d8..d52b230 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,9 @@ readme = "README.md" repository = "https://github.com/49nord/linreg-rs.git" version = "0.2.0" -[dependencies] -num-traits = "0.2.4" +[dependencies.num-traits] +version = "0.2.15" +default-features = false # Do not pull in `std` feature. [dependencies.displaydoc] version = "0.1.5"