Skip to content

Commit be2c908

Browse files
authored
Merge branch 'master' into efficient_skip_bytes
2 parents 0699f7e + 0eaf0ff commit be2c908

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: rust
22
rust:
3-
- 1.24.1
3+
- 1.28.0
44
- stable
55
- beta
66
- nightly

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ fn main() {
3030
let metadata = decoder.info().unwrap();
3131
}
3232
```
33+
34+
## Requirements
35+
This crate compiles only with rust >= 1.28.

0 commit comments

Comments
 (0)