From bac30ae78be95d73870f3cdc0f1d8f9d048618df Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Sat, 22 Apr 2023 15:58:14 -0400 Subject: [PATCH] Update MSRV to try to fix CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77ac7dbf9..115b6786d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - rust_version: [stable, 1.58.1] + rust_version: [stable, 1.69.0] steps: - uses: actions/checkout@v3