diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07461d90..16789bfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: rust: - stable - beta - - 1.65.0 + - 1.67.0 steps: - name: Checkout sources uses: actions/checkout@v3 @@ -73,7 +73,7 @@ jobs: rust: - stable - beta - - 1.65.0 + - 1.67.0 steps: - name: Checkout sources uses: actions/checkout@v3 diff --git a/MSRV.md b/MSRV.md index 91692809..f33f4b9d 100644 --- a/MSRV.md +++ b/MSRV.md @@ -2,7 +2,7 @@ | `pixels` version | `rustc` version | |------------------|-----------------| -| (unreleased) | `1.65.0` | +| (unreleased) | `1.67.0` | | `0.13.0` | `1.65.0` | | `0.12.1` | `1.65.0` | | `0.12.0` | `1.65.0` |