Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump libm from 0.2.8 to 0.2.11 (#48)
Bumps [libm](https://github.com/rust-lang/libm) from 0.2.8 to 0.2.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libm/releases">libm's releases</a>.</em></p> <blockquote> <h2>libm-v0.2.11</h2> <h3>Fixed</h3> <ul> <li>fix type of constants in ported sincosf (<a href="https://redirect.github.com/rust-lang/libm/pull/331">#331</a>)</li> </ul> <h3>Other</h3> <ul> <li>Disable a unit test that is failing on i586</li> <li>Add a procedural macro for expanding all function signatures</li> <li>Introduce <code>musl-math-sys</code> for bindings to musl math symbols</li> <li>Add basic docstrings to some functions (<a href="https://redirect.github.com/rust-lang/libm/pull/337">#337</a>)</li> </ul> <h2>libm-v0.2.10</h2> <h3>Other</h3> <ul> <li>Set the MSRV to 1.63 and test this in CI</li> </ul> <h2>libm-v0.2.9</h2> <h3>Fixed</h3> <ul> <li>Update exponent calculations in nextafter to match musl</li> </ul> <h3>Changed</h3> <ul> <li>Update licensing to MIT AND (MIT OR Apache-2.0), as this is derivative from MIT-licensed musl.</li> <li>Set edition to 2021 for all crates</li> <li>Upgrade all dependencies</li> </ul> <h3>Other</h3> <ul> <li>Don't deny warnings in lib.rs</li> <li>Rename the <code>musl-bitwise-tests</code> feature to <code>test-musl-serialized</code></li> <li>Rename the <code>musl-reference-tests</code> feature to <code>musl-bitwise-tests</code></li> <li>Move <code>musl-reference-tests</code> to a new <code>libm-test</code> crate</li> <li>Add a <code>force-soft-floats</code> feature to prevent using any intrinsics or arch-specific code</li> <li>Deny warnings in CI</li> <li>Fix <code>clippy::deprecated_cfg_attr</code> on compiler_builtins</li> <li>Corrected English typos</li> <li>Remove unneeded <code>extern core</code> in <code>tgamma</code></li> <li>Allow internal_features lint when building with "unstable"</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libm/blob/master/CHANGELOG.md">libm's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/libm/compare/libm-v0.2.10...libm-v0.2.11">0.2.11</a> - 2024-10-28</h2> <h3>Fixed</h3> <ul> <li>fix type of constants in ported sincosf (<a href="https://redirect.github.com/rust-lang/libm/pull/331">#331</a>)</li> </ul> <h3>Other</h3> <ul> <li>Disable a unit test that is failing on i586</li> <li>Add a procedural macro for expanding all function signatures</li> <li>Introduce <code>musl-math-sys</code> for bindings to musl math symbols</li> <li>Add basic docstrings to some functions (<a href="https://redirect.github.com/rust-lang/libm/pull/337">#337</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/libm/compare/libm-v0.2.9...libm-v0.2.10">0.2.10</a> - 2024-10-28</h2> <h3>Other</h3> <ul> <li>Set the MSRV to 1.63 and test this in CI</li> </ul> <h2><a href="https://github.com/rust-lang/libm/compare/libm-v0.2.8...libm-v0.2.9">0.2.9</a> - 2024-10-26</h2> <h3>Fixed</h3> <ul> <li>Update exponent calculations in nextafter to match musl</li> </ul> <h3>Changed</h3> <ul> <li>Update licensing to MIT AND (MIT OR Apache-2.0), as this is derivative from MIT-licensed musl.</li> <li>Set edition to 2021 for all crates</li> <li>Upgrade all dependencies</li> </ul> <h3>Other</h3> <ul> <li>Don't deny warnings in lib.rs</li> <li>Rename the <code>musl-bitwise-tests</code> feature to <code>test-musl-serialized</code></li> <li>Rename the <code>musl-reference-tests</code> feature to <code>musl-bitwise-tests</code></li> <li>Move <code>musl-reference-tests</code> to a new <code>libm-test</code> crate</li> <li>Add a <code>force-soft-floats</code> feature to prevent using any intrinsics or arch-specific code</li> <li>Deny warnings in CI</li> <li>Fix <code>clippy::deprecated_cfg_attr</code> on compiler_builtins</li> <li>Corrected English typos</li> <li>Remove unneeded <code>extern core</code> in <code>tgamma</code></li> <li>Allow internal_features lint when building with "unstable"</li> </ul> <h2>[v0.2.1] - 2019-11-22</h2> <h3>Fixed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/libm/commit/cdbf42389e40e15350745cc29e86cd5d93cb2a76"><code>cdbf423</code></a> chore: release v0.2.11</li> <li><a href="https://github.com/rust-lang/libm/commit/7532f812b38f6c9c087608f78c1eecb07ae60ded"><code>7532f81</code></a> Enable caching on all CI jobs that build the crate (<a href="https://redirect.github.com/rust-lang/libm/issues/341">#341</a>)</li> <li><a href="https://github.com/rust-lang/libm/commit/28f20d83a2609c235e1e63562ce800a49fbc7ad0"><code>28f20d8</code></a> Reduce the number of iterations on emulated aarch64 Linux</li> <li><a href="https://github.com/rust-lang/libm/commit/3dbb18755d83f5f6c3fd5898f39476dadb0aabff"><code>3dbb187</code></a> Mark libm-macros and musl-math-sys as publish=false</li> <li><a href="https://github.com/rust-lang/libm/commit/6bbbed59c7d32dab058e88d64fbe5c99d465785f"><code>6bbbed5</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libm/issues/300">#300</a> from tgross35/test-refactoring</li> <li><a href="https://github.com/rust-lang/libm/commit/fb9cd479e937bcf8af379a02efdee16289829109"><code>fb9cd47</code></a> Enable more targets on CI</li> <li><a href="https://github.com/rust-lang/libm/commit/df9f125bdd3c2a8be276e7dcf89493f40a9d09cd"><code>df9f125</code></a> Disable a unit test that is failing on i586</li> <li><a href="https://github.com/rust-lang/libm/commit/b126e7c70bf2e95c2abeb60c0f2cd7829e126576"><code>b126e7c</code></a> Add dockerfiles for i586, riscv, and thumb</li> <li><a href="https://github.com/rust-lang/libm/commit/0e6910920925e5ae46696364846532fac429c513"><code>0e69109</code></a> Add a test against musl libm</li> <li><a href="https://github.com/rust-lang/libm/commit/364e13e2fbb85b711bdda99863d2a11d12cac94d"><code>364e13e</code></a> Introduce a generic way to control checks for specific cases</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/libm/compare/0.2.8...libm-v0.2.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=libm&package-manager=cargo&previous-version=0.2.8&new-version=0.2.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeron Aldaron Lau <[email protected]>
- Loading branch information