Skip to content

Commit

Permalink
No longer use libm default features (#1322)
Browse files Browse the repository at this point in the history
no longer use libm default features
  • Loading branch information
Robbepop authored Nov 29, 2024
1 parent e798039 commit e01bf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories.workspace = true
exclude.workspace = true

[dependencies]
libm = "0.2.8"
libm = { version = "0.2.11", default-features = false }
downcast-rs = { version = "1.2", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit e01bf62

Please sign in to comment.