From a941cd9eb4602ecabee26fb1144ee2401e351b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Thu, 5 Sep 2024 19:03:57 +0200 Subject: [PATCH] feat: upgrade to Rust 1.81.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- .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 d4de90e..e685c25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: env: GH_TOKEN: ${{ github.token }} - RUSTUP_TOOLCHAIN: 1.80.1 + RUSTUP_TOOLCHAIN: 1.81.0 jobs: dist: