Skip to content

Commit

Permalink
increase MSRV to 1.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Apr 2, 2024
1 parent c5b2184 commit c55eb2c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: ["1.48.0", "stable", "nightly"]
toolchain: ["1.56.1", "stable", "nightly"]

steps:
- uses: actions/checkout@v3
Expand All @@ -79,17 +79,6 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- run: |
cargo update
cargo update -p which --precise 4.2.5
cargo update -p tempfile --precise 3.3.0
cargo update -p log --precise 0.4.18
cargo update -p serde_json --precise 1.0.99
cargo update -p serde --precise 1.0.156
cargo update -p regex --precise 1.7.3
cargo update -p quote --precise 1.0.28
cargo update -p proc-macro2 --precise 1.0.63
if: ${{ matrix.toolchain == '1.48.0' }}
- run: cargo build

build-nix:
Expand Down

0 comments on commit c55eb2c

Please sign in to comment.