From 236d6bb9e265bab2da7fa5a6d25bb9fcb3036e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Mei=C3=9Fner?= Date: Fri, 9 Aug 2024 00:05:23 +0200 Subject: [PATCH] Adjust rust toolchain version. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index adf5fecd..856a63ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - rust: [stable, beta, nightly] + rust: [1.78.0] steps: - uses: actions/checkout@v1 - name: Setup Rust (rustup)