Skip to content

Commit

Permalink
Bump MSRV to 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrasnitski committed Feb 1, 2024
1 parent bed7a75 commit bb711b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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.74.0
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
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.13.0"
authors = ["Jay Oster <[email protected]>"]
edition = "2021"
rust-version = "1.64.0"
rust-version = "1.74.0"
repository = "https://github.com/parasyte/pixels"
readme = "README.md"
keywords = ["pixels", "2D", "GPU", "framebuffer"]
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.70.0` |
| (unreleased) | `1.74.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 bb711b5

Please sign in to comment.