File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1035,7 +1035,7 @@ jobs:
1035
1035
rust :
1036
1036
# `check-external-types` requires a specific Rust nightly version. See
1037
1037
# the README for details: https://github.com/awslabs/cargo-check-external-types
1038
- - nightly-2023-10-21
1038
+ - nightly-2024-06-30
1039
1039
steps :
1040
1040
- uses : actions/checkout@v4
1041
1041
- name : Install Rust ${{ matrix.rust }}
@@ -1046,7 +1046,10 @@ jobs:
1046
1046
- name : Install cargo-check-external-types
1047
1047
uses : taiki-e/cache-cargo-install-action@v1
1048
1048
with :
1049
-
1049
+ tool : cargo-check-external-types
1050
+ # TODO: install from crates.io once https://github.com/awslabs/cargo-check-external-types/pull/183 merged and released.
1051
+ git : https://github.com/taiki-e/cargo-check-external-types.git
1052
+ rev : 83a8d29
1050
1053
- name : check-external-types
1051
1054
run : cargo check-external-types --all-features
1052
1055
working-directory : tokio
You can’t perform that action at this time.
0 commit comments