about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-02-12 14:48:04 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-02-12 14:48:04 +0000
commit4836002ed0042ad4cb0062011db0d0d1f8c8e968 (patch)
treed85b76febeb12a2625d7f4cb108b4cc3e9ecd4a3
parent28a241f7a9f07619e8c1dd0f25482584afe720ed (diff)
parent603534fbf4dc9f70a37f9389c0b7a336d8010499 (diff)
downloadrust-4836002ed0042ad4cb0062011db0d0d1f8c8e968.tar.gz
rust-4836002ed0042ad4cb0062011db0d0d1f8c8e968.zip
Sync from rust 92bedea1c51e3a969d60972be854506ffd8c5cb6
-rw-r--r--patches/0029-stdlib-Disable-f16-and-f128-in-compiler-builtins.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/0029-stdlib-Disable-f16-and-f128-in-compiler-builtins.patch b/patches/0029-stdlib-Disable-f16-and-f128-in-compiler-builtins.patch
index bac411d1eb0..e3a9512dda9 100644
--- a/patches/0029-stdlib-Disable-f16-and-f128-in-compiler-builtins.patch
+++ b/patches/0029-stdlib-Disable-f16-and-f128-in-compiler-builtins.patch
@@ -16,8 +16,8 @@ index 7165c3e48af..968552ad435 100644
  
  [dependencies]
  core = { path = "../core" }
--compiler_builtins = { version = "=0.1.145", features = ['rustc-dep-of-std'] }
-+compiler_builtins = { version = "=0.1.145", features = ['rustc-dep-of-std', 'no-f16-f128'] }
+-compiler_builtins = { version = "=0.1.146", features = ['rustc-dep-of-std'] }
++compiler_builtins = { version = "=0.1.146", features = ['rustc-dep-of-std', 'no-f16-f128'] }
  
  [dev-dependencies]
  rand = { version = "0.8.5", default-features = false, features = ["alloc"] }