From 4b9fc3b5b7e06268beaf348928e4f92063c140c0 Mon Sep 17 00:00:00 2001 From: Christian Haynes <06chaynes@gmail.com> Date: Wed, 23 Jul 2025 12:59:36 -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 0d07951..1bb78d8 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: