feat(msrv): bump MSRV to 1.54, thanks to socket

This commit is contained in:
Kat Marchán 2021-09-15 20:30:40 -07:00
parent c5aa6dc24f
commit 323ecacc3b
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [1.43.0, stable]
rust: [1.54.0, stable]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps: