Skip to content

Commit e0918fb

Browse files
committed
chore(actix-web): prepare release 4.9.0
1 parent 9ba326a commit e0918fb

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

actix-web/CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 4.9.0
6+
57
### Added
68

79
- Add `middleware::from_fn()` helper.

actix-web/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-web"
3-
version = "4.8.0"
3+
version = "4.9.0"
44
description = "Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust"
55
authors = [
66
"Nikolay Kim <[email protected]>",

actix-web/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
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)

0 commit comments

Comments
 (0)