diff --git a/Cargo.toml b/Cargo.toml index e4f1cc4f..2296d66b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ io = [ "pest", "pest_derive" ] [dependencies] typenum = "1.10" -generic-array = "0.12" +generic-array = "0.13" rand = { version = "0.7", default-features = false } num-traits = { version = "0.2", default-features = false } num-complex = { version = "0.2", default-features = false } diff --git a/nalgebra-lapack/Cargo.toml b/nalgebra-lapack/Cargo.toml index d798ff59..51830749 100644 --- a/nalgebra-lapack/Cargo.toml +++ b/nalgebra-lapack/Cargo.toml @@ -30,7 +30,7 @@ alga = { version = "0.9", default-features = false } serde = { version = "1.0", optional = true } serde_derive = { version = "1.0", optional = true } lapack = { version = "0.16", default-features = false } -lapack-src = { version = "0.2", default-features = false } +lapack-src = { version = "0.3", default-features = false } # clippy = "*" [dev-dependencies] diff --git a/src/lib.rs b/src/lib.rs index bd62e48a..0a8bfb07 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -82,7 +82,6 @@ an optimized set of tools for computer graphics and physics. Those features incl #![deny(unused_qualifications)] #![deny(unused_results)] #![deny(missing_docs)] -#![warn(incoherent_fundamental_impls)] #![doc( html_favicon_url = "https://nalgebra.org/img/favicon.ico", html_root_url = "https://nalgebra.org/rustdoc"