Skip to content

Commit

Permalink
Bump MSRV for toml 0.8.6
Browse files Browse the repository at this point in the history
`toml` is a transitive dependency for `minimal-tao` on Linux.
  • Loading branch information
parasyte committed Oct 30, 2023
1 parent e5d1b89 commit e4fc641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.65.0
- 1.67.0
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
rust:
- stable
- beta
- 1.65.0
- 1.67.0
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion MSRV.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| `pixels` version | `rustc` version |
|------------------|-----------------|
| (unreleased) | `1.65.0` |
| (unreleased) | `1.67.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 e4fc641

Please sign in to comment.