Update compiler-builtins to 0.1.25

This commit is contained in:
Tyler Mandry 2020-02-11 22:25:32 -08:00
parent e6db6697fa
commit ee85e913a2
1 changed files with 2 additions and 2 deletions

View File

@ -576,9 +576,9 @@ dependencies = [
[[package]]
name = "compiler_builtins"
version = "0.1.24"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9975aefa63997ef75ca9cf013ff1bb81487aaa0b622c21053afd3b92979a7af"
checksum = "438ac08ddc5efe81452f984a9e33ba425b00b31d1f48e6acd9e2210aa28cc52e"
dependencies = [
"cc",
"rustc-std-workspace-core",