projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
8830eca
81e18de
)
Auto merge of #5069 - matklad:win7-y-u-no-tls, r=alexcrichton
author
bors
<bors@rust-lang.org>
Mon, 26 Feb 2018 19:59:27 +0000
(19:59 +0000)
committer
bors
<bors@rust-lang.org>
Mon, 26 Feb 2018 19:59:27 +0000
(19:59 +0000)
Warn Windows 7 users about old TLS
An eyepatch for https://github.com/rust-lang/cargo/issues/5066.
@retep998 what would the best way to check for windows 7 specifically? Currently I use just `#[cfg(windows)]`, which might give false positives on 8 and 10.
1
2
src/cargo/sources/git/utils.rs
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/cargo/sources/git/utils.rs
Simple merge