We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7921c6 commit c0d82ccCopy full SHA for c0d82cc
src/tools/rust-analyzer/.github/workflows/ci.yaml
@@ -293,7 +293,7 @@ jobs:
293
timeout-minutes: 10
294
env:
295
FORCE_COLOR: 1
296
- TYPOS_VERSION: v1.28.3
+ TYPOS_VERSION: v1.38.1
297
steps:
298
- name: download typos
299
run: curl -LsSf https://github.com/crate-ci/typos/releases/download/$TYPOS_VERSION/typos-$TYPOS_VERSION-x86_64-unknown-linux-musl.tar.gz | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
0 commit comments