Bump MSRV to 1.50

This commit is contained in:
Jonas Platte
2021-05-20 20:40:49 +02:00
parent ce6fd1e65e
commit 7fbb0ade77
4 changed files with 6 additions and 6 deletions

View File

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