mirror of
https://github.com/actix/actix-web.git
synced 2024-12-17 05:36:36 +00:00
Merge branch 'master' into add-uri-typed-headers
This commit is contained in:
commit
cfaa5b24c7
2 changed files with 4 additions and 2 deletions
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
|
@ -66,6 +66,7 @@ jobs:
|
|||
run: cargo +nightly doc --no-deps --workspace --all-features
|
||||
|
||||
check-external-types:
|
||||
if: false # disable until https://github.com/awslabs/cargo-check-external-types/pull/177 is marged
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -99,10 +100,10 @@ jobs:
|
|||
- name: Checkout PR branch
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust (nightly-2024-06-07)
|
||||
- name: Install Rust (nightly-2024-09-30)
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
|
||||
with:
|
||||
toolchain: nightly-2024-06-07
|
||||
toolchain: nightly-2024-09-30
|
||||
|
||||
- name: Install cargo-public-api
|
||||
uses: taiki-e/install-action@v2.43.1
|
||||
|
|
1
justfile
1
justfile
|
@ -10,6 +10,7 @@ fmt:
|
|||
# Downgrade dev-dependencies necessary to run MSRV checks/tests.
|
||||
[private]
|
||||
downgrade-for-msrv:
|
||||
cargo update -p=parse-size --precise=1.0.0
|
||||
cargo update -p=clap --precise=4.4.18
|
||||
|
||||
msrv := ```
|
||||
|
|
Loading…
Reference in a new issue