diff options
| author | Andrew Kane <andrew@ankane.org> | 2023-08-07 16:38:09 -0700 |
|---|---|---|
| committer | Andrew Kane <andrew@ankane.org> | 2023-08-07 16:38:09 -0700 |
| commit | a75e2284fb6c97fcc703a37e2ec1d1d1a0b4d501 (patch) | |
| tree | 893c9b33d17f032501f219caab9b8c61893b8af6 | |
| parent | fcecaff16eeb3f11d84520d3ebcf9b762d0e48eb (diff) | |
| download | rust-a75e2284fb6c97fcc703a37e2ec1d1d1a0b4d501.tar.gz rust-a75e2284fb6c97fcc703a37e2ec1d1d1a0b4d501.zip | |
Bump compiler_builtins to 0.1.100
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | library/std/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 45959c039e7..f863123531c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -641,9 +641,9 @@ dependencies = [ [[package]] name = "compiler_builtins" -version = "0.1.98" +version = "0.1.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfbefa16407456e5cad1ad066c84dfcb980afe4437103a0007d1c2f136130210" +checksum = "d6c0f24437059853f0fa64afc51f338f93647a3de4cf3358ba1bb4171a199775" dependencies = [ "cc", "rustc-std-workspace-core", diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index c47f910dadf..73197532dcc 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.98" } +compiler_builtins = { version = "0.1.100" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" } hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep-of-std'] } |
