diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f97dcb6..6db78729 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: rust: - stable - beta - - 1.70.0 + - 1.76.0 steps: - name: Checkout sources uses: actions/checkout@v3 @@ -73,7 +73,7 @@ jobs: rust: - stable - beta - - 1.70.0 + - 1.76.0 steps: - name: Checkout sources uses: actions/checkout@v3 @@ -127,7 +127,7 @@ jobs: strategy: matrix: rust: - - 1.64.0 + - 1.66.0 steps: - name: Checkout sources uses: actions/checkout@v3 diff --git a/.gitignore b/.gitignore index ea8c4bf7..2f7896d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/target +target/ diff --git a/Cargo.toml b/Cargo.toml index 8f732b36..4cfbbbf8 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.64.0" +rust-version = "1.66.0" repository = "https://github.com/parasyte/pixels" readme = "README.md" keywords = ["pixels", "2D", "GPU", "framebuffer"] diff --git a/MSRV.md b/MSRV.md index a73dc9a4..411bc5f8 100644 --- a/MSRV.md +++ b/MSRV.md @@ -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` |