1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-10-09 10:55:26 +02:00

build(deps): bump crate-ci/typos from 1.35.7 to 1.37.0 (#2939)

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.35.7 to
1.37.0.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Walbran <qwandor@google.com>
This commit is contained in:
dependabot[bot]
2025-10-06 10:12:00 +00:00
committed by GitHub
parent 7b022bb4e9
commit 6758b454fe
2 changed files with 2 additions and 2 deletions

View File

@@ -50,6 +50,6 @@ jobs:
uses: actions/checkout@v5
- name: Check for typos
uses: crate-ci/typos@v1.35.7
uses: crate-ci/typos@v1.37.0
with:
config: ./.github/typos.toml

View File

@@ -35,7 +35,7 @@ these can ensure the solution is correct.
We test the course material in several ways:
- `mdbook test`: This will test the code samples. Some code sampes are marked
- `mdbook test`: This will test the code samples. Some code samples are marked
with `ignore` in the Markdown file because the Playground is missing some of
the crates we use. For this we have
- `cargo test`: This will build and test the Rust code found in our tooling, as