Skip to content

Commit

Permalink
Increase MSRV to 1.81.0 for examples' transitive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Jan 8, 2025
1 parent d12c6d9 commit 4aa2bb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
rust:
- stable
- beta
- 1.76.0
- 1.81.0
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
rust:
- stable
- beta
- 1.76.0
- 1.81.0
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions MSRV.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

| `pixels` version | `rustc` version |
|------------------|-----------------|
| (unreleased) | `1.76.0` |
| `0.15.0` | `1.76.0` |
| (unreleased) | `1.81.0` |
| `0.15.0` | `1.81.0` |
| `0.14.0` | `1.76.0` |
| `0.13.0` | `1.65.0` |
| `0.12.1` | `1.65.0` |
Expand Down

0 comments on commit 4aa2bb7

Please sign in to comment.