Skip to content

Commit

Permalink
Merge pull request #118 from kevinmehall/rust-1.34
Browse files Browse the repository at this point in the history
Bump minimum Rust version to 1.34.2
  • Loading branch information
fintelia authored Nov 23, 2019
2 parents c8e2525 + 7fa5242 commit 08fad3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: rust
rust:
- 1.28.0
- 1.34.2
- stable
- beta
- nightly
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ fn main() {
```

## Requirements
This crate compiles only with rust >= 1.28.
This crate compiles only with rust >= 1.34.
1 change: 0 additions & 1 deletion src/marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ impl Marker {
0xFD => Some(JPGn(13)),
0xFE => Some(COM),
0xFF => None, // Fill byte
_ => unreachable!(),
}
}
}

0 comments on commit 08fad3d

Please sign in to comment.