File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1035,7 +1035,7 @@ jobs:
10351035 rust :
10361036 # `check-external-types` requires a specific Rust nightly version. See
10371037 # the README for details: https://github.com/awslabs/cargo-check-external-types
1038- - nightly-2023-10-21
1038+ - nightly-2024-06-30
10391039 steps :
10401040 - uses : actions/checkout@v4
10411041 - name : Install Rust ${{ matrix.rust }}
@@ -1046,7 +1046,10 @@ jobs:
10461046 - name : Install cargo-check-external-types
10471047 uses : taiki-e/cache-cargo-install-action@v1
10481048 with :
1049- tool : cargo-check-external-types@0.1.10
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
10501053 - name : check-external-types
10511054 run : cargo check-external-types --all-features
10521055 working-directory : tokio
You can’t perform that action at this time.
0 commit comments