From 183704f153c5decfab9fc6cc700a67a8fd81f404 Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Mon, 24 Sep 2018 16:35:57 -0400 Subject: [PATCH] doc(rustc): add rustc version req to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a093e14..b145e06 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ visiting that repo! ## 🔮 Prerequisities +This project requires Rust 1.30.0 or later. + - [Development Environment](https://rustwasm.github.io/wasm-pack/book/prerequisites/index.html) - [Installation](https://rustwasm.github.io/wasm-pack/installer) - [Project Setup](https://rustwasm.github.io/wasm-pack/book/project-setup/index.html)