diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-08-08 14:42:44 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-08-08 14:47:49 +0200 |
| commit | 6d69b2e40833cb0ef6feae3047ab0ab8343b51da (patch) | |
| tree | 472ebefc7014f530f948c0ff737c0cf55ae079da /library/std | |
| parent | 9337f7afa6fda07e60d6aa5ee88e692878446782 (diff) | |
| download | rust-6d69b2e40833cb0ef6feae3047ab0ab8343b51da.tar.gz rust-6d69b2e40833cb0ef6feae3047ab0ab8343b51da.zip | |
Update compiler-builtins version to 0.1.118
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 06e818fb7c0..2ce284c85e2 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -17,7 +17,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.117" } +compiler_builtins = { version = "0.1.118" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" } hashbrown = { version = "0.14", default-features = false, features = [ |
