Skip to content

Commit 0bdef05

Browse files
committed
chore: Release libm v0.2.13
1 parent dfd553a commit 0bdef05

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

libm/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to
88

99
## [Unreleased]
1010

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+
1117
## [0.2.12](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.11...libm-v0.2.12) - 2025-04-21
1218

1319
- Mark generic functions `#[inline]`

libm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "libm"
99
readme = "README.md"
1010
repository = "https://github.com/rust-lang/compiler-builtins"
11-
version = "0.2.12"
11+
version = "0.2.13"
1212
edition = "2021"
1313
rust-version = "1.63"
1414

0 commit comments

Comments
 (0)