Skip to content

Commit 08fad3d

Browse files
authored
Merge pull request #118 from kevinmehall/rust-1.34
Bump minimum Rust version to 1.34.2
2 parents c8e2525 + 7fa5242 commit 08fad3d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: rust
22
rust:
3-
- 1.28.0
3+
- 1.34.2
44
- stable
55
- beta
66
- nightly

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ fn main() {
3232
```
3333

3434
## Requirements
35-
This crate compiles only with rust >= 1.28.
35+
This crate compiles only with rust >= 1.34.

src/marker.rs

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ impl Marker {
132132
0xFD => Some(JPGn(13)),
133133
0xFE => Some(COM),
134134
0xFF => None, // Fill byte
135-
_ => unreachable!(),
136135
}
137136
}
138137
}

0 commit comments

Comments
 (0)