We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd553a commit 0bdef05Copy full SHA for 0bdef05
libm/CHANGELOG.md
@@ -8,6 +8,12 @@ and this project adheres to
8
9
## [Unreleased]
10
11
+## [0.2.13](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.12...libm-v0.2.13) - 2025-04-21
12
+
13
+### Fixed
14
15
+- Switch back to workspace resolver v2 to unbreak builds without the 2024 edition
16
17
## [0.2.12](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.11...libm-v0.2.12) - 2025-04-21
18
19
- Mark generic functions `#[inline]`
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"
0 commit comments