From d5d7881a39e80c196a2eefc59ad8cbbe5d90f7c7 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Sun, 22 Sep 2024 15:06:39 -0700 Subject: [PATCH] Update crate minimum Rust version to 1.74.0 (#397) --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6db7872..8ed1663 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: strategy: matrix: rust: - - 1.66.0 + - 1.74.0 steps: - name: Checkout sources uses: actions/checkout@v3 diff --git a/Cargo.toml b/Cargo.toml index cb925df..7a85df0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A tiny library providing a GPU-powered pixel frame buffer." version = "0.14.0" authors = ["Jay Oster "] 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"]