From 55853c532f6bede515c2161dd45c114e51b7a4cb Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Tue, 25 Nov 2014 11:43:03 -0500 Subject: [PATCH] We now support 64 bit Windows. Fixes #18844 --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index 418f82c996957..4fdb68a2fb8df 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -62,7 +62,7 @@ the easiest way to keep people updated while Rust is in its alpha state. Oh, we should also mention the officially supported platforms: -* Windows (7, 8, Server 2008 R2), x86 only +* Windows (7, 8, Server 2008 R2) * Linux (2.6.18 or later, various distributions), x86 and x86-64 * OSX 10.7 (Lion) or greater, x86 and x86-64