Skip to content

Commit

Permalink
Update MSRV to 1.76.0
Browse files Browse the repository at this point in the history
And minimal Rust version to build the crate is now 1.66.0 (from
wgpu dependencies).
  • Loading branch information
parasyte committed Sep 22, 2024
1 parent cd3a459 commit 7d0fa6e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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.76.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.76.0
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
strategy:
matrix:
rust:
- 1.64.0
- 1.66.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/
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A tiny library providing a GPU-powered pixel frame buffer."
version = "0.14.0"
authors = ["Jay Oster <[email protected]>"]
edition = "2021"
rust-version = "1.64.0"
rust-version = "1.66.0"
repository = "https://github.com/parasyte/pixels"
readme = "README.md"
keywords = ["pixels", "2D", "GPU", "framebuffer"]
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.70.0` |
| `0.14.0` | `1.70.0` |
| (unreleased) | `1.76.0` |
| `0.14.0` | `1.76.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 7d0fa6e

Please sign in to comment.