chore: Release libm v0.2.13

This commit is contained in:
Trevor Gross 2025-04-22 08:05:23 +00:00 committed by Trevor Gross
parent d30dde73b3
commit 5028ecd025
2 changed files with 7 additions and 1 deletions

View file

@ -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]`

View file

@ -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"