diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2022-02-06 10:17:32 +0000 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2022-02-09 21:03:13 +0000 |
| commit | 7b8f6ac5ab486d88afc6e80c8491ee5f6b5c4906 (patch) | |
| tree | e953b41d88f7a5ad233a28f406052e847246663f | |
| parent | b7cd0f786492aacf7426008cff48a25bc54b5f85 (diff) | |
| download | rust-7b8f6ac5ab486d88afc6e80c8491ee5f6b5c4906.tar.gz rust-7b8f6ac5ab486d88afc6e80c8491ee5f6b5c4906.zip | |
Bump compiler-builtins to 0.1.69
| -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 208ce841759..341bb73660c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -761,9 +761,9 @@ dependencies = [ [[package]] name = "compiler_builtins" -version = "0.1.67" +version = "0.1.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a68c69e9451f1df4b215c9588c621670c12286b53e60fb5ec4b59aaa1138d18e" +checksum = "ac0d1d6b2307c15fd27af2bb41234b4ebddeae69f33714bfbdb44b3b5a6e3efe" dependencies = [ "cc", "rustc-std-workspace-core", diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index de26d9dcb26..146096535db 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -16,7 +16,7 @@ panic_unwind = { path = "../panic_unwind", optional = true } panic_abort = { path = "../panic_abort" } core = { path = "../core" } libc = { version = "0.2.116", default-features = false, features = ['rustc-dep-of-std'] } -compiler_builtins = { version = "0.1.67" } +compiler_builtins = { version = "0.1.69" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" } hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] } |
