File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ jobs:
73
73
- uses : actions/checkout@v4
74
74
- uses : dtolnay/rust-toolchain@nightly
75
75
with :
76
- toolchain : nightly-2024-05-01
76
+ toolchain : nightly-2024-06-30
77
77
components : rustfmt
78
78
- name : external-type-check
79
79
run : |
80
- cargo install cargo-check-external-types
80
+ cargo install cargo-check-external-types@0.1.13
81
81
cd ${{ matrix.example }}
82
82
cargo check-external-types --config allowed-external-types.toml
83
83
non-default-examples :
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ hyper-util = "0.1"
30
30
log = " 0.4.21"
31
31
once_cell = " 1.13"
32
32
ordered-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"
34
34
prost = " 0.13"
35
35
prost-build = " 0.13"
36
36
prost-types = " 0.13"
You can’t perform that action at this time.
0 commit comments