From 3c15ded1052a6deb3b33362e35412d34a1f12b2f Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Sun, 14 Apr 2024 07:57:41 -0700 Subject: [PATCH] Bug fix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b972f58b..cf289a66 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - rust: [stable, 1.70, nightly] + rust: [stable, '1.70', nightly] steps: - uses: actions/checkout@master