From 1ff3cee535ee940ccf68d01abce8a3fe4a521909 Mon Sep 17 00:00:00 2001 From: Christian Haynes <06chaynes@gmail.com> Date: Wed, 23 Jul 2025 12:56:33 -0400 Subject: [PATCH] fix: bumped rust version to 1.81 --- .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 836fec7..fd41882 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - rust: [1.70.0, stable] + rust: [1.81.0, stable] os: [ubuntu-latest, macOS-latest, windows-latest] steps: