From d2c54a0310d4c40f39f09a63d511da4696b5ebbf Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 13 Mar 2026 19:02:09 +0100 Subject: [PATCH 1/3] chore: remove unused attribute from Cargo.toml Signed-off-by: squidfunk --- crates/mono-changeset/Cargo.toml | 1 - crates/mono-project/Cargo.toml | 1 - crates/mono-repository/Cargo.toml | 1 - crates/mono/Cargo.toml | 1 - 4 files changed, 4 deletions(-) diff --git a/crates/mono-changeset/Cargo.toml b/crates/mono-changeset/Cargo.toml index 2d76103..5cf509d 100644 --- a/crates/mono-changeset/Cargo.toml +++ b/crates/mono-changeset/Cargo.toml @@ -28,7 +28,6 @@ description = "Mono repository changeset utilities" edition.workspace = true rust-version.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/mono-project/Cargo.toml b/crates/mono-project/Cargo.toml index 0e21784..ff7ea62 100644 --- a/crates/mono-project/Cargo.toml +++ b/crates/mono-project/Cargo.toml @@ -28,7 +28,6 @@ description = "Mono repository project utilities" edition.workspace = true rust-version.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/mono-repository/Cargo.toml b/crates/mono-repository/Cargo.toml index 41c6096..8fd1ae6 100644 --- a/crates/mono-repository/Cargo.toml +++ b/crates/mono-repository/Cargo.toml @@ -28,7 +28,6 @@ description = "Mono repository git utilities" edition.workspace = true rust-version.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/mono/Cargo.toml b/crates/mono/Cargo.toml index ecb19da..0255130 100644 --- a/crates/mono/Cargo.toml +++ b/crates/mono/Cargo.toml @@ -28,7 +28,6 @@ description = "Mono repository automation toolkit" edition.workspace = true rust-version.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true authors.workspace = true license.workspace = true From 6262351c4d6b67a9846a65605639232ba5664b13 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 13 Mar 2026 19:02:22 +0100 Subject: [PATCH 2/3] chore: enable clippy warnings in CI Signed-off-by: squidfunk --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d547504..5b9cb02 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -47,7 +47,7 @@ jobs: toolchain: stable - name: Run clippy - run: cargo clippy + run: cargo clippy -- -D warnings format: name: Format From df7927a45e0ababce44c816fa49094d789694ca7 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 13 Mar 2026 19:03:12 +0100 Subject: [PATCH 3/3] chore: update action to attest build provenance Signed-off-by: squidfunk --- .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 fdf0108..b30dbf4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: - name: Create artifact attestation if: inputs.attestations == true - uses: actions/attest-build-provenance@v1 + uses: actions/attest@v4 with: show-summary: false subject-path: artifacts/*