Skip to content

Commit 4b4bfff

Browse files
committed
use the right nightly
1 parent 099bd10 commit 4b4bfff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ jobs:
7373
- uses: actions/checkout@v4
7474
- uses: dtolnay/rust-toolchain@nightly
7575
with:
76-
toolchain: nightly-2024-05-01
76+
toolchain: nightly-2024-06-30
7777
components: rustfmt
7878
- name: external-type-check
7979
run: |
80-
cargo install cargo-check-external-types
80+
cargo install cargo-check-external-types@0.1.13
8181
cd ${{ matrix.example }}
8282
cargo check-external-types --config allowed-external-types.toml
8383
non-default-examples:

0 commit comments

Comments
 (0)