Skip to content

Commit 1733d6d

Browse files
authored
Merge pull request #63 from RazrFalcon/master
Added note about a minimum version.
2 parents 9b84689 + 15c1977 commit 1733d6d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: rust
22
rust:
3+
- 1.18.0 # don't forget to update the readme too
34
- stable
45
- beta
56
- nightly

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ and this to your crate root:
2121
```rust
2222
extern crate getopts;
2323
```
24+
25+
## Rust Version Support
26+
27+
The minimum supported Rust version is 1.18.

0 commit comments

Comments
 (0)