diff --git a/Cargo.toml b/Cargo.toml index 2a266c6b7a4..d524d8ba5d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Anshul Malik "] [dependencies] -nalgebra = "0.34.0" +nalgebra = "0.35.0" ndarray = "0.17.2" num-bigint = { version = "0.4", optional = true } num-traits = { version = "0.2", optional = true } diff --git a/clippy.toml b/clippy.toml deleted file mode 100644 index 42484457fb0..00000000000 --- a/clippy.toml +++ /dev/null @@ -1,3 +0,0 @@ -allowed-duplicate-crates = [ - "glam", -]