diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-28 03:49:48 +0000 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2024-10-27 22:51:02 -0500 |
| commit | 476585d6a0befbfcaae2435e77591e4388600aab (patch) | |
| tree | 1576ec7c4b1a9e44bbe125d527952f77c965b8c0 /library | |
| parent | bc84f02bae253e26724f4f7c21fe7f7c75ce5bf2 (diff) | |
| download | rust-476585d6a0befbfcaae2435e77591e4388600aab.tar.gz rust-476585d6a0befbfcaae2435e77591e4388600aab.zip | |
chore: release v0.2.10
Diffstat (limited to 'library')
| -rw-r--r-- | library/compiler-builtins/libm/CHANGELOG.md | 6 | ||||
| -rw-r--r-- | library/compiler-builtins/libm/Cargo.toml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/library/compiler-builtins/libm/CHANGELOG.md b/library/compiler-builtins/libm/CHANGELOG.md index 36ed41d6ba5..317dfafc007 100644 --- a/library/compiler-builtins/libm/CHANGELOG.md +++ b/library/compiler-builtins/libm/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to ## [Unreleased] +## [0.2.10](https://github.com/rust-lang/libm/compare/libm-v0.2.9...libm-v0.2.10) - 2024-10-28 + +### Other + +- Set the MSRV to 1.63 and test this in CI + ## [0.2.9](https://github.com/rust-lang/libm/compare/libm-v0.2.8...libm-v0.2.9) - 2024-10-26 ### Fixed diff --git a/library/compiler-builtins/libm/Cargo.toml b/library/compiler-builtins/libm/Cargo.toml index a498b4eb78d..9282b71576d 100644 --- a/library/compiler-builtins/libm/Cargo.toml +++ b/library/compiler-builtins/libm/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT AND (MIT OR Apache-2.0)" name = "libm" readme = "README.md" repository = "https://github.com/rust-lang/libm" -version = "0.2.9" +version = "0.2.10" edition = "2021" exclude = ["/ci/", "/.github/workflows/"] rust-version = "1.63" |
