From 41f3dd18caea6f491f8ab556dfae69adc384312a Mon Sep 17 00:00:00 2001 From: Seo Sanghyeon Date: Mon, 16 Sep 2013 21:51:54 -0700 Subject: [PATCH] Updated Note getting started developing Rust (markdown) --- Note-getting-started-developing-Rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note-getting-started-developing-Rust.md b/Note-getting-started-developing-Rust.md index 787dd77..c90f402 100644 --- a/Note-getting-started-developing-Rust.md +++ b/Note-getting-started-developing-Rust.md @@ -15,7 +15,7 @@ Version numbers listed here are "what we're using"; the code may well work with * git 1.7 * g++ 4.4 at least on Linux, 4.5 on Windows, and the 4.x gcc in Apple's SDK for OS X. * curl -* Valgrind 3.5 or later (recommended, but not required for Linux) +* Valgrind 3.8.0 or later (recommended, but not required for Linux) * [pandoc](http://johnmacfarlane.net/pandoc/) 1.8 at least (optional, if you wish to build HTML docs) * pdflatex (optional, if you wish to build PDF docs) * ccache ([[optional|Note ccache]])