Skip to content

Commit

Permalink
chore(ci): Increase MSRV to 1.46 (hyperium#2486)
Browse files Browse the repository at this point in the history
Socket2 v0.4 requires Rust 1.46.
  • Loading branch information
Thomasdezeeuw authored Apr 6, 2021
1 parent 96f7222 commit d84c794
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- stable
- beta
- nightly
- 1.45.2
- 1.46

os:
- ubuntu-latest
Expand All @@ -66,6 +66,8 @@ jobs:
- rust: nightly
features: "--features full,nightly"
benches: true
- rust: 1.46
features: "--features full"

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit d84c794

Please sign in to comment.