Bump MSRV to 1.53

This commit is contained in:
Jonas Platte
2021-10-06 21:37:46 +02:00
parent 47d1f30be8
commit 142f1800df
5 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
name: Rust 1.50
name: Rust 1.53
on:
push:
@@ -13,11 +13,11 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install rust 1.50 toolchain
- name: Install rust 1.53 toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: '1.50'
toolchain: '1.53'
# Used to compile xtask
- name: Install rust stable toolchain
uses: actions-rs/toolchain@v1