mirror of https://github.com/fafhrd91/actix-web
Compare commits
No commits in common. "fe60976b04ad118adf1855d43d2e29118a458293" and "6216efdd0cbb4a1b82f785a3e1d482e0ae7bcc2d" have entirely different histories.
fe60976b04
...
6216efdd0c
|
@ -66,7 +66,6 @@ jobs:
|
||||||
run: cargo +nightly doc --no-deps --workspace --all-features
|
run: cargo +nightly doc --no-deps --workspace --all-features
|
||||||
|
|
||||||
check-external-types:
|
check-external-types:
|
||||||
if: false # disable until https://github.com/awslabs/cargo-check-external-types/pull/177 is marged
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
@ -100,10 +99,10 @@ jobs:
|
||||||
- name: Checkout PR branch
|
- name: Checkout PR branch
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Rust (nightly-2024-09-30)
|
- name: Install Rust (nightly-2024-06-07)
|
||||||
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
|
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-2024-09-30
|
toolchain: nightly-2024-06-07
|
||||||
|
|
||||||
- name: Install cargo-public-api
|
- name: Install cargo-public-api
|
||||||
uses: taiki-e/install-action@v2.43.1
|
uses: taiki-e/install-action@v2.43.1
|
||||||
|
|
1
justfile
1
justfile
|
@ -10,7 +10,6 @@ fmt:
|
||||||
# Downgrade dev-dependencies necessary to run MSRV checks/tests.
|
# Downgrade dev-dependencies necessary to run MSRV checks/tests.
|
||||||
[private]
|
[private]
|
||||||
downgrade-for-msrv:
|
downgrade-for-msrv:
|
||||||
cargo update -p=parse-size --precise=1.0.0
|
|
||||||
cargo update -p=clap --precise=4.4.18
|
cargo update -p=clap --precise=4.4.18
|
||||||
|
|
||||||
msrv := ```
|
msrv := ```
|
||||||
|
|
Loading…
Reference in New Issue