bump MSRV

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>
This commit is contained in:
Marc-Antoine Perennou 2021-01-11 10:28:23 +01:00
parent 4496dd9c1c
commit e5240a382b
1 changed files with 1 additions and 1 deletions

View File

@ -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