Skip to content

Commit

Permalink
chore: update name for nalgebra default features
Browse files Browse the repository at this point in the history
removes feature deprecation warning
  • Loading branch information
YeungOnion committed Jul 31, 2024
1 parent a8c87bc commit 4b872a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ path = "src/lib.rs"

[dependencies]
rand = "0.8"
nalgebra = { version = "0.32", default_features = false, features = ["rand", "std"] }
nalgebra = { version = "0.32", default-features = false, features = ["rand", "std"] }
approx = "0.5.0"
num-traits = "0.2.14"

[dev-dependencies]
criterion = "0.3.3"
anyhow = "1.0"
nalgebra = { version = "0.32", default_features = false, features = ["macros"] }
nalgebra = { version = "0.32", default-features = false, features = ["macros"] }

0 comments on commit 4b872a7

Please sign in to comment.