Skip to content

Commit

Permalink
Update crate minimum Rust version to 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Sep 22, 2024
1 parent 9bdf8a2 commit 582c480
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.70.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.70.0"
repository = "https://github.com/parasyte/pixels"
readme = "README.md"
keywords = ["pixels", "2D", "GPU", "framebuffer"]
Expand Down

0 comments on commit 582c480

Please sign in to comment.