Skip to content

Commit e8c69e5

Browse files
committed
Rollup merge of rust-lang#25324 - richo:richo-compat, r=huonw
This makes the compatibility matrix render a little nicer on github, and also removes a note about windows support from 0.12 (Which is immaterial now that we're approaching 1.0)
2 parents 7964d4e + 6f3701d commit e8c69e5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,11 @@ fetch snapshots, and an OS that can execute the available snapshot binaries.
8787

8888
Snapshot binaries are currently built and tested on several platforms:
8989

90-
* Windows (7, 8, Server 2008 R2), x86 and x86-64 (64-bit support added in Rust 0.12.0)
91-
* Linux (2.6.18 or later, various distributions), x86 and x86-64
92-
* OSX 10.7 (Lion) or greater, x86 and x86-64
90+
| Platform \ Architecture | x86 | x86_64 |
91+
|--------------------------------|-----|--------|
92+
| Windows (7, 8, Server 2008 R2) |||
93+
| Linux (2.6.18 or later) |||
94+
| OSX (10.7 Lion or later) |||
9395

9496
You may find that other platforms work, but these are our officially
9597
supported build environments that are most likely to work.

0 commit comments

Comments
 (0)