diff --git a/.travis.yml b/.travis.yml index 9a68a89d..8f82173b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: rust rust: + - 1.18.0 # don't forget to update the readme too - stable - beta - nightly diff --git a/README.md b/README.md index 4e85020c..f80db224 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,7 @@ and this to your crate root: ```rust extern crate getopts; ``` + +## Rust Version Support + +The minimum supported Rust version is 1.18.