Skip to content

Commit

Permalink
update minrust to 1.47.0
Browse files Browse the repository at this point in the history
This is needed for the Eq trait on `std::panic::Location`.
  • Loading branch information
Bryan Donlan committed Oct 23, 2020
1 parent 3484ad0 commit 58fab8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Rust
run: rustup update 1.46.0 && rustup default 1.46.0
run: rustup update 1.47.0 && rustup default 1.47.0
- name: Check
run: cargo check --all-features

Expand Down

0 comments on commit 58fab8a

Please sign in to comment.