Skip to content

Commit d2cf929

Browse files
committed
Bump minimum Rust version to 1.34.2
Tests have been failing for a while due to lack of support for 1.28 in rayon and its dependencies. This bumps the minimum version to 1.34 to match the `image` crate.
1 parent c8e2525 commit d2cf929

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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

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)