feat!: bump MSRV to 1.56.1 and migrate to edition 2021

This commit is contained in:
Florian Dehau
2022-01-22 13:07:35 +01:00
parent 853d9047b0
commit cf2d9c2c1d
3 changed files with 5 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ on:
name: CI
env:
CI_CARGO_MAKE_VERSION: 0.35.6
CI_CARGO_MAKE_VERSION: 0.35.8
jobs:
linux:
@@ -17,10 +17,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: ["1.52.1", "stable"]
rust: ["1.56.1", "stable"]
steps:
- name: "Install dependencies"
run: sudo apt-get install libncurses5-dev
- uses: hecrj/setup-rust-action@967aec96c6a27a0ce15c1dac3aaba332d60565e2
with:
rust-version: ${{ matrix.rust }}
@@ -47,7 +45,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
rust: ["1.52.1", "stable"]
rust: ["1.56.1", "stable"]
steps:
- uses: actions/checkout@v1
- uses: hecrj/setup-rust-action@967aec96c6a27a0ce15c1dac3aaba332d60565e2