chore: release
This commit is contained in:
parent
61a14fcea0
commit
0d63b99799
4 changed files with 14 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue