Auto merge of #131907 - saethlin:update-compiler-builtins, r=tgross35 · qinheping/verify-rust-std@5615efc (original) (raw)
3 files changed
lines changed
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -10,7 +10,7 @@ edition = "2021" | ||
| 10 | 10 | |
| 11 | 11 | [dependencies] |
| 12 | 12 | core = { path = "../core" } |
| 13 | -compiler_builtins = { version = "0.1.133", features = ['rustc-dep-of-std'] } | |
| 13 | +compiler_builtins = { version = "0.1.134", features = ['rustc-dep-of-std'] } | |
| 14 | 14 | |
| 15 | 15 | [dev-dependencies] |
| 16 | 16 | rand = { version = "0.8.5", default-features = false, features = ["alloc"] } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -17,7 +17,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] } | ||
| 17 | 17 | panic_unwind = { path = "../panic_unwind", optional = true } |
| 18 | 18 | panic_abort = { path = "../panic_abort" } |
| 19 | 19 | core = { path = "../core", public = true } |
| 20 | -compiler_builtins = { version = "0.1.133" } | |
| 20 | +compiler_builtins = { version = "0.1.134" } | |
| 21 | 21 | unwind = { path = "../unwind" } |
| 22 | 22 | hashbrown = { version = "0.15", default-features = false, features = [ |
| 23 | 23 | 'rustc-dep-of-std', |