Skip to content

Commit cede0c6

Browse files
committed
chore(actix-web): prepare release 4.10.2
1 parent 1005b6a commit cede0c6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

actix-web/CHANGES.md

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

33
## Unreleased
44

5+
## 4.10.2
6+
7+
- No significant changes since `4.10.1`.
8+
59
## 4.10.1
610

711
- No significant changes since `4.10.0`.

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.10.1"
3+
version = "4.10.2"
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.10.1)](https://docs.rs/actix-web/4.10.1)
11+
[![Documentation](https://docs.rs/actix-web/badge.svg?version=4.10.2)](https://docs.rs/actix-web/4.10.2)
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.10.1/status.svg)](https://deps.rs/crate/actix-web/4.10.1)
14+
[![Dependency Status](https://deps.rs/crate/actix-web/4.10.2/status.svg)](https://deps.rs/crate/actix-web/4.10.2)
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/graph/badge.svg?token=dSwOnp9QCv)](https://codecov.io/gh/actix/actix-web)

0 commit comments

Comments
 (0)