File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ hyper-util = "0.1"
3030log = " 0.4.21"
3131once_cell = " 1.13"
3232ordered-float = " 4.0"
33- pin-project-lite = " = 0.2.14 " # 0.2.15 is failing for cargo-check-external-types
33+ pin-project-lite = " 0.2"
3434prost = " 0.13"
3535prost-build = " 0.13"
3636prost-types = " 0.13"
You can’t perform that action at this time.
0 commit comments