Trevor Gross 0e00ba127b Upgrade dependencies to the latest version
This picks up a fix in `rustc_apfloat` [1] that resolves a problem with
`fma`.

[1]: https://github.com/rust-lang/rustc_apfloat/releases/tag/rustc_apfloat-v0.2.3%2Bllvm-462a31f5a5ab
2025-07-10 17:50:49 -04:00

15 lines
217 B
TOML

[package]
name = "musl-math-sys"
version = "0.1.0"
edition = "2024"
publish = false
license = "MIT OR Apache-2.0"
[dependencies]
[dev-dependencies]
libm = { path = "../../libm" }
[build-dependencies]
cc = "1.2.29"