From 188cb8db2d3a074db4cdb23ff51ccc523250f329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Chud=C3=AD=C4=8Dek?= Date: Sun, 14 Jan 2024 16:05:38 +0100 Subject: [PATCH] fix: pipeline - rust version update to allow new features --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 265090d..a3bcb06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ env: # A fixed version used for testing, so that the builds don't # spontaneously break after a few years. # Make sure to update this from time to time. - RUST_VERSION: "1.65.0" + RUST_VERSION: "1.75.0" jobs: # Check formatting fmt: