diff options
| author | Trevor Gross <tmgross@umich.edu> | 2025-04-22 08:05:23 +0000 |
|---|---|---|
| committer | Trevor Gross <t.gross35@gmail.com> | 2025-04-22 04:44:00 -0400 |
| commit | 5028ecd025fc051fc191d1fb569cd22932b98f60 (patch) | |
| tree | f957e13d4784faf91496226e31e6bf03660d66a5 | |
| parent | d30dde73b35da060279ca40409975d50eba1139f (diff) | |
| download | rust-5028ecd025fc051fc191d1fb569cd22932b98f60.tar.gz rust-5028ecd025fc051fc191d1fb569cd22932b98f60.zip | |
chore: Release libm v0.2.13
| -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 c507608ddbc..292561f86ab 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.13](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.12...libm-v0.2.13) - 2025-04-21 + +### Fixed + +- Switch back to workspace resolver v2 to unbreak builds without the 2024 edition + ## [0.2.12](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.11...libm-v0.2.12) - 2025-04-21 - Mark generic functions `#[inline]` diff --git a/library/compiler-builtins/libm/Cargo.toml b/library/compiler-builtins/libm/Cargo.toml index dc553ca4aaf..f80715ff6c5 100644 --- a/library/compiler-builtins/libm/Cargo.toml +++ b/library/compiler-builtins/libm/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "libm" readme = "README.md" repository = "https://github.com/rust-lang/compiler-builtins" -version = "0.2.12" +version = "0.2.13" edition = "2021" rust-version = "1.63" |
