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 099bd10 commit 4b4bfffCopy full SHA for 4b4bfff
.github/workflows/ci.yml
@@ -73,11 +73,11 @@ jobs:
73
- uses: actions/checkout@v4
74
- uses: dtolnay/rust-toolchain@nightly
75
with:
76
- toolchain: nightly-2024-05-01
+ toolchain: nightly-2024-06-30
77
components: rustfmt
78
- name: external-type-check
79
run: |
80
- cargo install cargo-check-external-types
+ cargo install cargo-check-external-types@0.1.13
81
cd ${{ matrix.example }}
82
cargo check-external-types --config allowed-external-types.toml
83
non-default-examples:
0 commit comments