diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-01-05 15:00:29 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-01-05 15:00:29 +0000 |
| commit | 36376f55720e360531380b6567222b46e4cda456 (patch) | |
| tree | fbd46aef6f4d03e8faa02bf802925d4f2d87128f | |
| parent | 113af154d459e41b3dc2c5d7d878e3d3a8f33c69 (diff) | |
| parent | cd271d811e9c70d47380f5e1b0b2a954241bbc47 (diff) | |
Sync from rust 1891c28669863bf7ed3ef8f43f2d3fa546f34861
| -rw-r--r-- | patches/0029-stdlib-Disable-f16-and-f128-in-compiler-builtins.patch | 4 |
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 6012af6a8dd..bf07e455a75 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.138", features = ['rustc-dep-of-std'] } -+compiler_builtins = { version = "=0.1.138", features = ['rustc-dep-of-std', 'no-f16-f128'] } +-compiler_builtins = { version = "=0.1.140", features = ['rustc-dep-of-std'] } ++compiler_builtins = { version = "=0.1.140", features = ['rustc-dep-of-std', 'no-f16-f128'] } [dev-dependencies] rand = { version = "0.8.5", default-features = false, features = ["alloc"] } |
