From ab84ed5d3af076032d1b30c4bba327fb6136a999 Mon Sep 17 00:00:00 2001 From: Alex Fedoseev Date: Tue, 18 Jun 2024 16:54:48 +0400 Subject: [PATCH] Bump rust version on CI --- .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 c2d066f..e0ab1fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.66.0 + toolchain: 1.78.0 override: true components: rustfmt, clippy