We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8e2525 + 7fa5242 commit 08fad3dCopy full SHA for 08fad3d
.travis.yml
@@ -1,6 +1,6 @@
1
language: rust
2
rust:
3
- - 1.28.0
+ - 1.34.2
4
- stable
5
- beta
6
- nightly
README.md
@@ -32,4 +32,4 @@ fn main() {
32
```
33
34
## Requirements
35
-This crate compiles only with rust >= 1.28.
+This crate compiles only with rust >= 1.34.
src/marker.rs
@@ -132,7 +132,6 @@ impl Marker {
132
0xFD => Some(JPGn(13)),
133
0xFE => Some(COM),
134
0xFF => None, // Fill byte
135
- _ => unreachable!(),
136
}
137
138
0 commit comments