Skip to content

Commit

Permalink
fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Aug 5, 2024
1 parent b04fec5 commit b69bda5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bisection-search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
rust-version = "1.76"

[dependencies]
simba = { workspace = true, default-features = false, features = ["libm"] }
simba = { workspace = true, features = ["libm"] }
2 changes: 1 addition & 1 deletion refraction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
rust-version = "1.76"

[dependencies]
simba = { workspace = true, default-features = false, features = ["libm"] }
simba = { workspace = true, features = ["libm"] }
bisection-search = { path = "../bisection-search" }

0 comments on commit b69bda5

Please sign in to comment.