mirror of https://github.com/fafhrd91/actix-web
update changelog
This commit is contained in:
parent
aa1f1fe7fe
commit
eb38a56e07
|
@ -52,9 +52,10 @@ jobs:
|
||||||
- name: Install cargo-hack
|
- name: Install cargo-hack
|
||||||
uses: taiki-e/install-action@cargo-hack
|
uses: taiki-e/install-action@cargo-hack
|
||||||
|
|
||||||
# - name: workaround MSRV issues
|
- name: workaround MSRV issues
|
||||||
# if: matrix.version != 'stable'
|
if: matrix.version != 'stable'
|
||||||
# run: |
|
run: |
|
||||||
|
cargo update -p=clap --precise=4.3.24
|
||||||
|
|
||||||
- name: check minimal
|
- name: check minimal
|
||||||
run: cargo ci-check-min
|
run: cargo ci-check-min
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- Add `rustls-0_20` crate feature.
|
||||||
|
- Add `{H1Service, H2Service, HttpService}::rustls_021()` and `HttpService::rustls_021_with_config()` service constructors.
|
||||||
- Add `body::to_body_limit()` function.
|
- Add `body::to_body_limit()` function.
|
||||||
- Add `body::BodyLimitExceeded` error type.
|
- Add `body::BodyLimitExceeded` error type.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue