From 4ba4d9d75536635bdc2782f50dabd1ee1f5e5ac2 Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Mon, 20 May 2024 18:24:39 -0400 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=A6=80=20bump=20msrv=20to=201.65?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 f7c5d0c69..6e1c0863d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -106,7 +106,7 @@ jobs: - uses: actions/checkout@v3 - uses: hecrj/setup-rust-action@v1 with: - rust-version: "1.64" # msrv + rust-version: "1.65" # msrv - name: Install protoc uses: taiki-e/install-action@v2 with: