about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-10-13 17:42:42 +0000
committerbors <bors@rust-lang.org>2014-10-13 17:42:42 +0000
commitdaa71e40a98f32084539e7cfe893a3e94f83fe69 (patch)
treeabdc595a6b49d58a7ff6835eab5871a656e87d33
parent4a382d7c4743775e9ee87735ed606b0a673d8ed5 (diff)
parent4474eab41796bb7c41f8402c42ef04fb31a059a1 (diff)
downloadrust-daa71e40a98f32084539e7cfe893a3e94f83fe69.tar.gz
rust-daa71e40a98f32084539e7cfe893a3e94f83fe69.zip
auto merge of #17910 : taylorhutchison/rust/patch-1, r=alexcrichton
Added 64-bit Windows support to the list of platforms. Support for 64-bit Windows was added in Rust 0.12.0. See  https://mail.mozilla.org/pipermail/rust-dev/2014-October/011267.html for the release notes.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9def5e305db..75ff4f2bf11 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ fetch snapshots, and an OS that can execute the available snapshot binaries.
 
 Snapshot binaries are currently built and tested on several platforms:
 
-* Windows (7, 8, Server 2008 R2), x86 only
+* Windows (7, 8, Server 2008 R2), x86 and x86-64 (64-bit support added in Rust 0.12.0)
 * Linux (2.6.18 or later, various distributions), x86 and x86-64
 * OSX 10.7 (Lion) or greater, x86 and x86-64