Skip to content

Commit

Permalink
chore: update libm crate to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
verpeteren committed Nov 17, 2024
1 parent 3d67e8d commit 5f4661f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ paste = "1.0.15"
# To build this, we need nightly, cmake installed, and clang dlls in the clang dll path
sleef-sys = { version = "0.1.2", optional = true }
cfg-if = "1.0.0"
libm = { version = "0.2.6", optional = true }
libm = { version = "0.2.11", optional = true }

[dev-dependencies]
rand = "0.8.5"
Expand Down

0 comments on commit 5f4661f

Please sign in to comment.