Skip to content

Commit

Permalink
Raise minimum compiler to 1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 7, 2021
1 parent 7327c6c commit ecd8677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
- run: cargo test

msrv:
name: Rust 1.31.0
name: Rust 1.34.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@1.31.0
- uses: dtolnay/rust-toolchain@1.34.0
- run: cargo check

minimal:
Expand Down

0 comments on commit ecd8677

Please sign in to comment.