about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-03-01 19:40:30 +0000
committerTrevor Gross <t.gross35@gmail.com>2025-03-01 14:54:11 -0500
commit4b664fd2ef43c5b53d2e7c80fc77f9848a937fcd (patch)
tree13d837d28c0c7a2f291ae3bdc44cff6b4ba0b275
parentafea1c05553570f6766abf91766982d108e71f12 (diff)
downloadrust-4b664fd2ef43c5b53d2e7c80fc77f9848a937fcd.tar.gz
rust-4b664fd2ef43c5b53d2e7c80fc77f9848a937fcd.zip
chore: release v0.1.150
-rw-r--r--library/compiler-builtins/CHANGELOG.md7
-rw-r--r--library/compiler-builtins/Cargo.toml2
2 files changed, 8 insertions, 1 deletions
diff --git a/library/compiler-builtins/CHANGELOG.md b/library/compiler-builtins/CHANGELOG.md
index 9b8aaaa0809..087a912d705 100644
--- a/library/compiler-builtins/CHANGELOG.md
+++ b/library/compiler-builtins/CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [0.1.150](https://github.com/rust-lang/compiler-builtins/compare/compiler_builtins-v0.1.149...compiler_builtins-v0.1.150) - 2025-03-01
+
+### Other
+
+- Disable `f16` on AArch64 without the `neon` feature
+- Update LLVM downloads to 20.1-2025-02-13
+
 ## [0.1.149](https://github.com/rust-lang/compiler-builtins/compare/compiler_builtins-v0.1.148...compiler_builtins-v0.1.149) - 2025-02-25
 
 ### Other
diff --git a/library/compiler-builtins/Cargo.toml b/library/compiler-builtins/Cargo.toml
index d1575d6df8f..3bf9b8ddda8 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.149"
+version = "0.1.150"
 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"