chore: release

This commit is contained in:
github-actions[bot] 2025-05-06 21:59:33 +00:00 committed by Trevor Gross
parent 61a14fcea0
commit 0d63b99799
4 changed files with 14 additions and 2 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.158](https://github.com/rust-lang/compiler-builtins/compare/compiler_builtins-v0.1.157...compiler_builtins-v0.1.158) - 2025-05-06
### Other
- Require `target_has_atomic = "ptr"` for runtime feature detection
## [0.1.157](https://github.com/rust-lang/compiler-builtins/compare/compiler_builtins-v0.1.156...compiler_builtins-v0.1.157) - 2025-05-03
### Other

View file

@ -1,7 +1,7 @@
[package]
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
name = "compiler_builtins"
version = "0.1.157"
version = "0.1.158"
license = "MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)"
readme = "README.md"
repository = "https://github.com/rust-lang/compiler-builtins"

View file

@ -8,6 +8,12 @@ and this project adheres to
## [Unreleased]
## [0.2.15](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.14...libm-v0.2.15) - 2025-05-06
### Other
- Require `target_has_atomic = "ptr"` for runtime feature detection
## [0.2.14](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.13...libm-v0.2.14) - 2025-05-03
### Other

View file

@ -8,7 +8,7 @@ license = "MIT"
name = "libm"
readme = "README.md"
repository = "https://github.com/rust-lang/compiler-builtins"
version = "0.2.14"
version = "0.2.15"
edition = "2021"
rust-version = "1.63"