Skip to content

Commit

Permalink
Rollup merge of rust-lang#36225 - johnthagen:fix-nightly-docs, r=stev…
Browse files Browse the repository at this point in the history
…eklabnik

Update nightly docs supported Windows versions to match Getting Started page

https://doc.rust-lang.org/book/getting-started.html#tier-1 shows that Windows 7+ is officially supported (implying, for example Windows 10), but the nightly page only listed 7, 8, and Server 2008 R2).
  • Loading branch information
Manishearth committed Sep 4, 2016
2 parents 43440a4 + eb1c716 commit eac0ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/nightly-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ binary downloads][install-page].

Oh, we should also mention the officially supported platforms:

* Windows (7, 8, Server 2008 R2)
* Windows (7+)
* Linux (2.6.18 or later, various distributions), x86 and x86-64
* OSX 10.7 (Lion) or greater, x86 and x86-64

Expand Down

0 comments on commit eac0ebe

Please sign in to comment.