diff options
| author | Jethro Beekman <jethro@fortanix.com> | 2021-06-25 16:00:57 +0200 |
|---|---|---|
| committer | Jethro Beekman <jethro@fortanix.com> | 2021-06-25 16:00:57 +0200 |
| commit | 98ae57d2f356a48f073e48ea85c3fa42bd4e9b9c (patch) | |
| tree | e92c9dcfe47ffbf4430ed29a13fb9b0b82aebb97 | |
| parent | 117799b73ccf434f588528d97596392062535e3f (diff) | |
| download | rust-98ae57d2f356a48f073e48ea85c3fa42bd4e9b9c.tar.gz rust-98ae57d2f356a48f073e48ea85c3fa42bd4e9b9c.zip | |
Update compiler-builtins
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 17378cb4a2d..65ad130d559 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -656,9 +656,9 @@ dependencies = [ [[package]] name = "compiler_builtins" -version = "0.1.45" +version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "787187ae221adfcda34b03006f1617099e4ae26b50e5a4db282496014ab75837" +checksum = "d69484e04eab372f5f345920e3a8c7a06e7dcbb75c0944eccdc3e3160aeee3c7" dependencies = [ "cc", "rustc-std-workspace-core", |
