From 62352c48d80d06cfb56639f3113a376eeb5e5f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 01:04:42 +0000 Subject: [PATCH 1/2] build(deps): bump crate-ci/typos from 1.35.7 to 1.37.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.35.7 to 1.37.0. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.35.7...v1.37.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index aa94a54dc65a..89442ec077aa 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 From 9108e4d8dcfd0ce62ca1545031b0e37271790912 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Wed, 1 Oct 2025 11:42:21 +0100 Subject: [PATCH 2/2] Fix typo. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b03ad94b7cc8..2147864a888e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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