From e4fc641522c05e7851c4fdbc3395a706ce87b287 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Sun, 29 Oct 2023 20:31:46 -0700 Subject: [PATCH] Bump MSRV for `toml` 0.8.6 `toml` is a transitive dependency for `minimal-tao` on Linux. --- .github/workflows/ci.yml | 4 ++-- MSRV.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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` |