Skip to content

Commit

Permalink
Bump MSRV.
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocool3r committed Jan 6, 2022
1 parent ee82cc9 commit 856ab9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
# MSRV and nightly
version: [1.46.0, nightly]
version: [1.51.0, nightly]
steps:
- uses: actions/checkout@v2

Expand All @@ -23,7 +23,7 @@ jobs:
rustup override set ${{ matrix.version }}
- name: Rustfmt check
if: matrix.version == '1.46.0'
if: matrix.version == '1.51.0'
run: |
rustup component add rustfmt
cargo fmt --all -- --check
Expand All @@ -32,7 +32,7 @@ jobs:
run: cargo test --workspace --exclude=phf_codegen_test

- name: phf_macros UI test
if: matrix.version == '1.46.0'
if: matrix.version == '1.51.0'
working-directory: phf_macros_tests
run: cargo test -- --ignored --test-threads=1

Expand Down

0 comments on commit 856ab9d

Please sign in to comment.