From 5f5cfa3d2464523487b937a8191aef45e2d6a7d1 Mon Sep 17 00:00:00 2001 From: zongz Date: Thu, 19 Dec 2024 14:45:30 +0800 Subject: [PATCH] chore: bump cpp rust toolchain to 1.81 Signed-off-by: zongz --- .github/workflows/cpp-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-test.yaml b/.github/workflows/cpp-test.yaml index 16ad749..0601b5a 100644 --- a/.github/workflows/cpp-test.yaml +++ b/.github/workflows/cpp-test.yaml @@ -41,7 +41,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.80 + toolchain: 1.81 override: true components: clippy, rustfmt - name: Build