Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Raise minimum compiler to 1.38
Browse files Browse the repository at this point in the history
Required by indexmap's dependency on hashbrown:

    error[E0658]: use of unstable library feature 'ptr_cast'
       --> hashbrown-0.11.2/src/raw/mod.rs:504:57
        |
    504 |         NonNull::new_unchecked(self.table.ctrl.as_ptr().cast())
        |                                                         ^^^^
  • Loading branch information
dtolnay committed Aug 22, 2021
1 parent 16b7f2f commit 6edeb29
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 @@ -22,11 +22,11 @@ jobs:
- run: cargo test

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

clippy:
Expand Down

0 comments on commit 6edeb29

Please # to comment.