Skip to content

Commit

Permalink
ci: update Rust version and build tarpaulin manually
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylvln committed Jan 14, 2025
1 parent ff2e4ce commit 92b9fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members = [
version = "0.11.0"
authors = ["Jérémy Levilain <[email protected]>"]
edition = "2021"
rust-version = "1.80.1"
rust-version = "1.84.0"
publish = false

[workspace.dependencies]
Expand Down

0 comments on commit 92b9fbd

Please sign in to comment.