Update compiler_builtins to v0.1.45

This commit is contained in:
Tilmann Meyer 2021-06-04 15:34:34 +02:00
parent 965997b369
commit b271f2bd75
No known key found for this signature in database
GPG Key ID: A95E199988004B62

View File

@ -655,9 +655,9 @@ dependencies = [
[[package]]
name = "compiler_builtins"
version = "0.1.44"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed43a5c03bc1b5ec403571513e648ecfa1ab3ddbb20540e6c355e31658992803"
checksum = "787187ae221adfcda34b03006f1617099e4ae26b50e5a4db282496014ab75837"
dependencies = [
"cc",
"rustc-std-workspace-core",