diff options
| author | Patryk Wychowaniec <pwychowaniec@pm.me> | 2023-06-18 13:29:36 +0200 |
|---|---|---|
| committer | Patryk Wychowaniec <pwychowaniec@pm.me> | 2023-06-18 13:29:36 +0200 |
| commit | 70ce2139e85db8523585bc182bc23ea953171bdd (patch) | |
| tree | 9d831e75233e72f6d8a8fdfb5389811bb1cd40d1 /library | |
| parent | 0c2c243342ec2a2427f0624fac5ac59f0ee6fbcd (diff) | |
| download | rust-70ce2139e85db8523585bc182bc23ea953171bdd.tar.gz rust-70ce2139e85db8523585bc182bc23ea953171bdd.zip | |
Bump compiler_builtins
Diffstat (limited to 'library')
| -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 e6b05183886..f4436dc5b98 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -18,7 +18,7 @@ panic_unwind = { path = "../panic_unwind", optional = true } panic_abort = { path = "../panic_abort" } core = { path = "../core", public = true } libc = { version = "0.2.146", default-features = false, features = ['rustc-dep-of-std'], public = true } -compiler_builtins = { version = "0.1.92" } +compiler_builtins = { version = "0.1.93" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" } hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep-of-std'] } |
