mirror of https://github.com/fafhrd91/actix-web
temporarily use nightly-2023-06-28 for public-api diff job
This commit is contained in:
parent
a15444b19f
commit
d1abf8d77f
|
@ -63,7 +63,8 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
with: { toolchain: nightly }
|
# temp: unpin once https://github.com/rust-lang/rust/issues/113152 is fixed
|
||||||
|
with: { toolchain: nightly-2023-06-28 }
|
||||||
|
|
||||||
- uses: taiki-e/cache-cargo-install-action@v1
|
- uses: taiki-e/cache-cargo-install-action@v1
|
||||||
with: { tool: cargo-public-api }
|
with: { tool: cargo-public-api }
|
||||||
|
|
Loading…
Reference in New Issue