Rollup merge of #55702 - alexcrichton:arm64-msvc-deploy, r=michaelwoerister

Add `aarch64-pc-windows-msvc` to deployed targets

Accidentally forgotten from #54718!
This commit is contained in:
kennytm 2018-11-07 18:01:58 +08:00 committed by GitHub
commit 6f10e34fd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ static TARGETS: &'static [&'static str] = &[
"aarch64-apple-ios",
"aarch64-fuchsia",
"aarch64-linux-android",
"aarch64-pc-windows-msvc",
"aarch64-unknown-cloudabi",
"aarch64-unknown-linux-gnu",
"aarch64-unknown-linux-musl",