diff options
| author | Oli Scherer <github35764891676564198441@oli-obk.de> | 2025-04-12 06:14:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 06:14:31 +0000 |
| commit | 1f8cb690fc6c17f17d3e8621ee4bddb092502f63 (patch) | |
| tree | ebb2a6468eb8634d4fd155ed2a4b0ca85edc398e /library/std | |
| parent | 52b204ef5589dfedc25f6b85ffa307ecd1305794 (diff) | |
| parent | 59a3730169a4e4a34357b2c01b9134886ddf6512 (diff) | |
| download | rust-1f8cb690fc6c17f17d3e8621ee4bddb092502f63.tar.gz rust-1f8cb690fc6c17f17d3e8621ee4bddb092502f63.zip | |
Merge pull request #4270 from rust-lang/rustup-2025-04-12
Automatic Rustup
Diffstat (limited to 'library/std')
| -rw-r--r-- | library/std/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index 176da603d58..6b70ff764d7 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -18,7 +18,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] } panic_unwind = { path = "../panic_unwind", optional = true } panic_abort = { path = "../panic_abort" } core = { path = "../core", public = true } -compiler_builtins = { version = "=0.1.152" } +compiler_builtins = { version = "=0.1.153" } unwind = { path = "../unwind" } hashbrown = { version = "0.15", default-features = false, features = [ 'rustc-dep-of-std', |
