1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

bump lower msrv to 1.49

This commit is contained in:
Rob Ede
2022-03-02 16:40:11 +00:00
parent 7804ed12eb
commit 41ed48219d
12 changed files with 27 additions and 16 deletions

View File

@ -119,15 +119,15 @@ jobs:
cargo-cache
build_and_test_lower_msrv:
name: Linux / 1.46 (lower MSRV)
name: Linux / 1.49 (lower MSRV)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install 1.46.0 # MSRV for all but -server and -tls
- name: Install 1.49.0 # MSRV for all but -server and -tls
uses: actions-rs/toolchain@v1
with:
toolchain: 1.46.0-x86_64-unknown-linux-gnu
toolchain: 1.49.0-x86_64-unknown-linux-gnu
profile: minimal
override: true
@ -149,7 +149,7 @@ jobs:
- name: tests
run: |
sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && PATH=$PATH:/usr/share/rust/.cargo/bin && RUSTUP_TOOLCHAIN=1.46 cargo ci-test-lower-msrv"
sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && PATH=$PATH:/usr/share/rust/.cargo/bin && RUSTUP_TOOLCHAIN=1.49 cargo ci-test-lower-msrv"
- name: Clear the cargo caches
run: |