Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Commit

Permalink
bump MSRV
Browse files Browse the repository at this point in the history
required by socket2 for MaybeUninit to impl Debug
Required by socket2 for usize::MAX
required by socket2 for match in const fn

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  • Loading branch information
Keruspe committed Jan 11, 2021
1 parent 4496dd9 commit e5240a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
rust: [nightly, beta, stable, 1.39.0]
rust: [nightly, beta, stable, 1.46.0]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit e5240a3

Please sign in to comment.