fix: update CI to MSRV 1.36.0

*I could've sworn I did this already*
This commit is contained in:
Marli Frost 2021-04-19 12:32:20 +01:00
parent 8ecbdb1870
commit 465e7cebd6
No known key found for this signature in database
GPG key ID: CB0BEA7CF9BD1245

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
rust: [stable, 1.34.0]
rust: [stable, 1.36.0]
steps:
- uses: actions/checkout@master