1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-01 01:16:59 +02:00

run tarpaulin on workspace

This commit is contained in:
Rob Ede
2021-11-15 18:11:51 +00:00
parent a2f59c02f7
commit e8a0e16863
3 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
### Changed
* Associated type `FromRequest::Config` was removed. [#2233]
* Inner field made private on `web::Payload`. [#2384]
* `Data::into_inner` and `Data::get_ref` no longer require T: Sized. [#2403]
* `Data::into_inner` and `Data::get_ref` no longer requires `T: Sized`. [#2403]
* Updated rustls to v0.20. [#2414]
* Minimum supported Rust version (MSRV) is now 1.52.