Skip to content

Commit 70f0008

Browse files
committed
chore(actix-service): prepare release 2.0.3
1 parent 12df4d7 commit 70f0008

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actix-service/CHANGES.md

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

33
## Unreleased
44

5+
## 2.0.3
6+
57
- Minimum supported Rust version (MSRV) is now 1.71.
68

79
## 2.0.2

actix-service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-service"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
authors = ["Nikolay Kim <[email protected]>", "Rob Ede <[email protected]>"]
55
description = "Service trait and combinators for representing asynchronous request/response operations."
66
keywords = ["network", "framework", "async", "futures", "service"]

actix-service/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
> Service trait and combinators for representing asynchronous request/response operations.
44
55
[![crates.io](https://img.shields.io/crates/v/actix-service?label=latest)](https://crates.io/crates/actix-service)
6-
[![Documentation](https://docs.rs/actix-service/badge.svg?version=2.0.2)](https://docs.rs/actix-service/2.0.2)
6+
[![Documentation](https://docs.rs/actix-service/badge.svg?version=2.0.3)](https://docs.rs/actix-service/2.0.3)
77
[![Version](https://img.shields.io/badge/rustc-1.46+-ab6000.svg)](https://blog.rust-lang.org/2020/03/12/Rust-1.46.html)
88
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-service.svg)
9-
[![Dependency Status](https://deps.rs/crate/actix-service/2.0.2/status.svg)](https://deps.rs/crate/actix-service/2.0.2)
9+
[![Dependency Status](https://deps.rs/crate/actix-service/2.0.3/status.svg)](https://deps.rs/crate/actix-service/2.0.3)
1010
![Download](https://img.shields.io/crates/d/actix-service.svg)
1111
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
1212

0 commit comments

Comments
 (0)