Skip to content

Commit

Permalink
Update MSRV to 1.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Sep 22, 2024
1 parent cd3a459 commit 108a58f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.70.0
- 1.71.0
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
rust:
- stable
- beta
- 1.70.0
- 1.71.0
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/target
target/
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.70.0` |
| `0.14.0` | `1.70.0` |
| (unreleased) | `1.71.0` |
| `0.14.0` | `1.71.0` |
| `0.13.0` | `1.65.0` |
| `0.12.1` | `1.65.0` |
| `0.12.0` | `1.65.0` |
Expand Down

0 comments on commit 108a58f

Please sign in to comment.