Skip to content

Commit

Permalink
chore: add support for rustc 1.80 (close #40)
Browse files Browse the repository at this point in the history
  • Loading branch information
godzie44 committed Jul 27, 2024
1 parent a9668f5 commit f3b9e64
Show file tree
Hide file tree
Showing 14 changed files with 247 additions and 1,900 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
rustc_sup_version: [ 1.75.0, 1.76.0, 1.77.0, 1.78.0, 1.79.0 ]
rustc_sup_version: [ 1.76.0, 1.77.0, 1.78.0, 1.79.0, 1.80.0 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Install actual rustc
uses: actions-rs/toolchain@v1
with:
toolchain: 1.79.0
toolchain: 1.80.0
override: true
components: rustfmt, clippy
- name: Run functional tests on own stack unwind implementation
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.79.0
toolchain: 1.80.0
override: true
components: rustfmt, clippy
- name: Set up Python 3.7
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.79.0
toolchain: 1.80.0
override: true
components: rustfmt, clippy
- name: Install libunwind
Expand Down
Loading

0 comments on commit f3b9e64

Please sign in to comment.