Skip to content

Commit 6dead9a

Browse files
committed
Auto merge of #1136 - brson:vs2017, r=brson
Detect MSVC 2017. Closes #1003 Rust itself won't actually work until it is also updated. This just lets rustup install without a warning.
2 parents af54033 + 99cbfe0 commit 6dead9a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ winapi = "0.2.8"
5858
winreg = "0.3.2"
5959
user32-sys = "0.1.2"
6060
kernel32-sys = "0.2.1"
61-
gcc = "0.3.28"
61+
gcc = "0.3.49"
6262
psapi-sys = "0.1"
6363

6464
[dev-dependencies]

0 commit comments

Comments
 (0)