Mention support for Rust 1.0.0 and beyond.

Resolves #8.
This commit is contained in:
Sergio Benitez 2019-05-13 11:37:51 -07:00
parent f2d5df160f
commit a2e8411430

View File

@ -15,6 +15,8 @@ Add to your `Cargo.toml` file, typically as a build dependency:
version_check = "0.1"
```
`version_check` is compatible and compiles with Rust 1.0.0 and beyond.
## Examples
Check that the running compiler is a nightly release: