File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 4.9.0
6+
57### Added
68
79- Add ` middleware::from_fn() ` helper.
Original file line number Diff line number Diff line change 11[package ]
22name = " actix-web"
3- version = " 4.8 .0"
3+ version = " 4.9 .0"
44description = " Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust"
55authors = [
66 " Nikolay Kim <fafhrd91@gmail.com>" ,
Original file line number Diff line number Diff line change 88<!-- prettier-ignore-start -->
99
1010[ ![ crates.io] ( https://img.shields.io/crates/v/actix-web?label=latest )] ( https://crates.io/crates/actix-web )
11- [ ![ Documentation] ( https://docs.rs/actix-web/badge.svg?version=4.8 .0 )] ( https://docs.rs/actix-web/4.8 .0 )
11+ [ ![ Documentation] ( https://docs.rs/actix-web/badge.svg?version=4.9 .0 )] ( https://docs.rs/actix-web/4.9 .0 )
1212![ MSRV] ( https://img.shields.io/badge/rustc-1.72+-ab6000.svg )
1313![ MIT or Apache 2.0 licensed] ( https://img.shields.io/crates/l/actix-web.svg )
14- [ ![ Dependency Status] ( https://deps.rs/crate/actix-web/4.8 .0/status.svg )] ( https://deps.rs/crate/actix-web/4.8 .0 )
14+ [ ![ Dependency Status] ( https://deps.rs/crate/actix-web/4.9 .0/status.svg )] ( https://deps.rs/crate/actix-web/4.9 .0 )
1515<br />
1616[ ![ CI] ( https://github.com/actix/actix-web/actions/workflows/ci.yml/badge.svg )] ( https://github.com/actix/actix-web/actions/workflows/ci.yml )
1717[ ![ codecov] ( https://codecov.io/gh/actix/actix-web/branch/master/graph/badge.svg )] ( https://codecov.io/gh/actix/actix-web )
You can’t perform that action at this time.
0 commit comments