diff options
| author | Tilmann Meyer <allescrafterx@gmail.com> | 2021-06-01 21:22:42 +0200 |
|---|---|---|
| committer | Tilmann Meyer <allescrafterx@gmail.com> | 2021-06-01 21:32:29 +0200 |
| commit | 971a3f15f02752017e4d067acc01d3793dc72c40 (patch) | |
| tree | a75d411d4fe211017c7050efa8b1c09a41bddea8 | |
| parent | 6166929741584d8b3ebcce6c758d5e8ba128d7f4 (diff) | |
| download | rust-971a3f15f02752017e4d067acc01d3793dc72c40.tar.gz rust-971a3f15f02752017e4d067acc01d3793dc72c40.zip | |
Update `compiler_builtins` to 0.1.44
| -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 4d2a2e96458..21a2c45887d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -655,9 +655,9 @@ dependencies = [ [[package]] name = "compiler_builtins" -version = "0.1.43" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65af2dcae4779003dfa91aedc6ade7bdc7ba685944e50a8b4f9380df376a4466" +checksum = "ed43a5c03bc1b5ec403571513e648ecfa1ab3ddbb20540e6c355e31658992803" dependencies = [ "cc", "rustc-std-workspace-core", diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index 922c2c2bb8c..415d874c7fa 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -17,7 +17,7 @@ panic_unwind = { path = "../panic_unwind", optional = true } panic_abort = { path = "../panic_abort" } core = { path = "../core" } libc = { version = "0.2.93", default-features = false, features = ['rustc-dep-of-std'] } -compiler_builtins = { version = "0.1.43" } +compiler_builtins = { version = "0.1.44" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" } hashbrown = { version = "0.11", default-features = false, features = ['rustc-dep-of-std'] } |
