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 8084cec commit ee031c2Copy full SHA for ee031c2
.github/workflows/lint.yml
@@ -49,10 +49,10 @@ jobs:
49
steps:
50
- uses: actions/checkout@v4
51
52
- - name: Install Rust (nightly-2023-10-10)
+ - name: Install Rust (${{ vars.RUST_VERSION_EXTERNAL_TYPES }})
53
uses: actions-rust-lang/[email protected]
54
with:
55
- toolchain: nightly-2023-10-10
+ toolchain: ${{ vars.RUST_VERSION_EXTERNAL_TYPES }}
56
57
- name: Install just
58
uses: taiki-e/[email protected]
@@ -62,7 +62,7 @@ jobs:
62
- name: Install cargo-check-external-types
63
64
65
- tool: cargo-check-external-types@0.1.10
+ tool: cargo-check-external-types
66
67
- name: check external types
68
- run: just check-external-types-all +nightly-2023-10-10
+ run: just check-external-types-all +${{ vars.RUST_VERSION_EXTERNAL_TYPES }}
0 commit comments