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 0699f7e + 0eaf0ff commit be2c908Copy full SHA for be2c908
.travis.yml
@@ -1,6 +1,6 @@
1
language: rust
2
rust:
3
- - 1.24.1
+ - 1.28.0
4
- stable
5
- beta
6
- nightly
README.md
@@ -30,3 +30,6 @@ fn main() {
30
let metadata = decoder.info().unwrap();
31
}
32
```
33
+
34
+## Requirements
35
+This crate compiles only with rust >= 1.28.
0 commit comments