From 92b9fbd9716dd414165286e35544b30451c92fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Levilain?= Date: Tue, 14 Jan 2025 10:32:55 +0100 Subject: [PATCH] ci: update Rust version and build tarpaulin manually --- .github/workflows/ci.yml | 4 +--- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 875152fc..aceac44e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,9 +52,7 @@ jobs: uses: ./.github/actions/install-tools - name: Install Rust tools - run: cargo binstall -y cargo-tarpaulin - env: - GITHUB_TOKEN: ${{ github.token }} + run: cargo install cargo-tarpaulin - name: Prepare Git boundaries for affected projects uses: nrwl/nx-set-shas@v4 diff --git a/Cargo.toml b/Cargo.toml index abc3fcd3..3f56a0be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ members = [ version = "0.11.0" authors = ["Jérémy Levilain "] edition = "2021" -rust-version = "1.80.1" +rust-version = "1.84.0" publish = false [workspace.dependencies]