From d2911aa349e6efee8e4cf85f81f27666758ed790 Mon Sep 17 00:00:00 2001 From: Peter van Nostrand Date: Tue, 24 Apr 2018 08:38:13 -0400 Subject: [PATCH] Added note to README regarding minimum required Rust version. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 89875ec..332cf64 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,16 @@ To build the `poagov` CLI tool, run the following: $ cd poagov $ cargo build --release +*Note* `poagov` uses experimental Rust features that are currently only +available in Rust version 1.26.0-nightly. You can check which version of +Rust that you are using, by running: + + $ rustc --version + +If you are not using Rust 1.26.0-nightly, you can switch to it using: + + $ rustup default nightly + # Usage Once you have built `poagov`, you can print out the CLI usage by running: