Skip to content

Commit

Permalink
Update MSRV in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 committed Apr 23, 2024
1 parent 27c92ea commit abf9b59
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,14 @@ on:
env:
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1
MSRV: 1.42.0
MSRV: 1.68.0

jobs:
build:
name: Build (stable, ${{ matrix.target }})
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- nightly
- 1.56.0
target:
- x86_64-unknown-linux-gnu
- i686-unknown-linux-musl
Expand Down

0 comments on commit abf9b59

Please sign in to comment.