From e156f3cd85bd7f0e8f8b4564307c2c6c30817cf8 Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Thu, 2 Jan 2025 19:03:26 -0500 Subject: [PATCH 1/2] suppress doc warnings for now --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index db115c89cc..26def05357 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -156,11 +156,11 @@ resolver = "2" [workspace.lints] rust.missing_debug_implementations = "warn" -rust.missing_docs = "warn" +# rust.missing_docs = "warn" rust.rust_2018_idioms = { level = "deny", priority = -1 } rust.unreachable_pub = "warn" rust.unused_must_use = "deny" -rustdoc.all = "warn" +# rustdoc.all = "warn" # rust.unnameable-types = "warn" [workspace.lints.clippy] From 449341bf386da2858127992a0301cccd2ba53eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:50:49 +0000 Subject: [PATCH 2/2] chore(deps): bump dawidd6/action-homebrew-bump-formula from 3 to 4 Bumps [dawidd6/action-homebrew-bump-formula](https://github.com/dawidd6/action-homebrew-bump-formula) from 3 to 4. - [Release notes](https://github.com/dawidd6/action-homebrew-bump-formula/releases) - [Commits](https://github.com/dawidd6/action-homebrew-bump-formula/compare/v3...v4) --- updated-dependencies: - dependency-name: dawidd6/action-homebrew-bump-formula dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-dist.yml b/.github/workflows/release-dist.yml index 2142360e03..f7df80e81f 100644 --- a/.github/workflows/release-dist.yml +++ b/.github/workflows/release-dist.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Update Homebrew formula - uses: dawidd6/action-homebrew-bump-formula@v3 + uses: dawidd6/action-homebrew-bump-formula@v4 with: token: ${{ secrets.HOMEBREW }} no_fork: true