Skip to content

Commit

Permalink
bump minimum rust version to 1.24.1
Browse files Browse the repository at this point in the history
This bumps the minimum rust version to 1.24.1. This isn't done
directly for this project, but one of your dependencies,
multipart, uses lazy_static, and there is a soundness bug that
was fixed in 1.2.0 and rust 1.24.1. In order to avoid this bug
in multipart, we need to bump your minimum version as well.
  • Loading branch information
erickt committed Jan 19, 2019
1 parent 80058da commit 8619ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rust:
- nightly
- stable
- beta
- 1.22.0 # minimum supported version
- 1.24.1 # minimum supported version

matrix:
allow_failures:
Expand Down

0 comments on commit 8619ea3

Please sign in to comment.