Update compiler-builtins
to 0.1.152 · rust-lang/rust@ecea977 (original) (raw)
File tree
4 files changed
lines changed
- compiler/rustc_codegen_cranelift/patches
4 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -16,8 +16,8 @@ index 7165c3e48af..968552ad435 100644 | ||
16 | 16 | |
17 | 17 | [dependencies] |
18 | 18 | core = { path = "../core", public = true } |
19 | --compiler_builtins = { version = "=0.1.151", features = ['rustc-dep-of-std'] } | |
20 | -+compiler_builtins = { version = "=0.1.151", features = ['rustc-dep-of-std', 'no-f16-f128'] } | |
19 | +-compiler_builtins = { version = "=0.1.152", features = ['rustc-dep-of-std'] } | |
20 | ++compiler_builtins = { version = "=0.1.152", features = ['rustc-dep-of-std', 'no-f16-f128'] } | |
21 | 21 | |
22 | 22 | [features] |
23 | 23 | compiler-builtins-mem = ['compiler_builtins/mem'] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -67,9 +67,9 @@ dependencies = [ | ||
67 | 67 | |
68 | 68 | [[package]] |
69 | 69 | name = "compiler_builtins" |
70 | -version = "0.1.151" | |
70 | +version = "0.1.152" | |
71 | 71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
72 | -checksum = "abc30f1766d387c35f2405e586d3e7a88230dc728ff78cd1d0bc59ae0b63154b" | |
72 | +checksum = "2153cf213eb259361567720ce55f6446f17acd0ccca87fb6dc05360578228a58" | |
73 | 73 | dependencies = [ |
74 | 74 | "cc", |
75 | 75 | "rustc-std-workspace-core", |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -16,7 +16,7 @@ bench = false | ||
16 | 16 | |
17 | 17 | [dependencies] |
18 | 18 | core = { path = "../core", public = true } |
19 | -compiler_builtins = { version = "=0.1.151", features = ['rustc-dep-of-std'] } | |
19 | +compiler_builtins = { version = "=0.1.152", features = ['rustc-dep-of-std'] } | |
20 | 20 | |
21 | 21 | [features] |
22 | 22 | compiler-builtins-mem = ['compiler_builtins/mem'] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -18,7 +18,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] } | ||
18 | 18 | panic_unwind = { path = "../panic_unwind", optional = true } |
19 | 19 | panic_abort = { path = "../panic_abort" } |
20 | 20 | core = { path = "../core", public = true } |
21 | -compiler_builtins = { version = "=0.1.151" } | |
21 | +compiler_builtins = { version = "=0.1.152" } | |
22 | 22 | unwind = { path = "../unwind" } |
23 | 23 | hashbrown = { version = "0.15", default-features = false, features = [ |
24 | 24 | 'rustc-dep-of-std', |