Rustup to rustc 1.46.0-nightly (0ca7f74db 2020-06-29)

This commit is contained in:
bjorn3 2020-06-30 18:31:36 +02:00
parent 3227203fe6
commit 57d9dda09f
2 changed files with 5 additions and 5 deletions

View File

@ -51,9 +51,9 @@ dependencies = [
[[package]]
name = "cc"
version = "1.0.55"
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1be3409f94d7bdceeb5f5fac551039d9b3f00e25da7a74fc4d33400a0d96368"
checksum = "77c1f1d60091c1b73e2b1f4560ab419204b178e625fa945ded7b660becd2bd46"
[[package]]
name = "cfg-if"
@ -257,9 +257,9 @@ dependencies = [
[[package]]
name = "unicode-width"
version = "0.1.7"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
dependencies = [
"compiler_builtins",
"rustc-std-workspace-core",

View File

@ -1 +1 @@
nightly-2020-06-27
nightly-2020-06-30