We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b84689 + 15c1977 commit 1733d6dCopy full SHA for 1733d6d
.travis.yml
@@ -1,5 +1,6 @@
1
language: rust
2
rust:
3
+ - 1.18.0 # don't forget to update the readme too
4
- stable
5
- beta
6
- nightly
README.md
@@ -21,3 +21,7 @@ and this to your crate root:
21
```rust
22
extern crate getopts;
23
```
24
+
25
+## Rust Version Support
26
27
+The minimum supported Rust version is 1.18.
0 commit comments