Skip to content

Commit

Permalink
Update crate minimum Rust version to 1.74.0 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte authored Sep 22, 2024
1 parent 07e169d commit d5d7881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
strategy:
matrix:
rust:
- 1.66.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.14.0"
authors = ["Jay Oster <[email protected]>"]
edition = "2021"
rust-version = "1.66.0"
rust-version = "1.74.0"
repository = "https://github.com/parasyte/pixels"
readme = "README.md"
keywords = ["pixels", "2D", "GPU", "framebuffer"]
Expand Down

0 comments on commit d5d7881

Please sign in to comment.