about summary refs log tree commit diff
path: root/library
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-01-07 23:21:35 +0000
committerGitHub <noreply@github.com>2025-01-07 23:21:35 +0000
commitd0a79fd542f2aaaa9af3ebf79f0e0d8d58a0ab6d (patch)
treea182511b26cbdd104a46476e9d52e731afbba145 /library
parent156e12f8d9b27e7cb7921161dc6e65f3f9e03272 (diff)
downloadrust-d0a79fd542f2aaaa9af3ebf79f0e0d8d58a0ab6d.tar.gz
rust-d0a79fd542f2aaaa9af3ebf79f0e0d8d58a0ab6d.zip
chore: release v0.1.142
Diffstat (limited to 'library')
-rw-r--r--library/compiler-builtins/CHANGELOG.md6
-rw-r--r--library/compiler-builtins/Cargo.toml2
2 files changed, 7 insertions, 1 deletions
diff --git a/library/compiler-builtins/CHANGELOG.md b/library/compiler-builtins/CHANGELOG.md
index ccfc97d1bb0..305f2790f33 100644
--- a/library/compiler-builtins/CHANGELOG.md
+++ b/library/compiler-builtins/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [0.1.142](https://github.com/rust-lang/compiler-builtins/compare/compiler_builtins-v0.1.141...compiler_builtins-v0.1.142) - 2025-01-07
+
+### Other
+
+- Account for optimization levels other than numbers
+
 ## [0.1.141](https://github.com/rust-lang/compiler-builtins/compare/compiler_builtins-v0.1.140...compiler_builtins-v0.1.141) - 2025-01-07
 
 ### Other
diff --git a/library/compiler-builtins/Cargo.toml b/library/compiler-builtins/Cargo.toml
index a0c4cfaaffd..943adc4c1f2 100644
--- a/library/compiler-builtins/Cargo.toml
+++ b/library/compiler-builtins/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 authors = ["Jorge Aparicio <japaricious@gmail.com>"]
 name = "compiler_builtins"
-version = "0.1.141"
+version = "0.1.142"
 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"