Skip to content

Commit b03fe7c

Browse files
committed
prepare actix-service release v2.0.1
1 parent 6fed1c3 commit b03fe7c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

actix-service/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## Unreleased - 2021-xx-xx
44

55

6+
## 2.0.1 - 2021-10-11
7+
* Documentation fix.
8+
9+
610
## 2.0.0 - 2021-04-16
711
* Removed pipeline and related structs/functions. [#335]
812

actix-service/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "actix-service"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = [
55
"Nikolay Kim <fafhrd91@gmail.com>",
66
"Rob Ede <robjtede@icloud.com>",
77
"fakeshadow <24548779@qq.com>",
88
]
99
description = "Service trait and combinators for representing asynchronous request/response operations."
1010
keywords = ["network", "framework", "async", "futures", "service"]
11-
categories = ["network-programming", "asynchronous"]
11+
categories = ["network-programming", "asynchronous", "no-std"]
1212
repository = "https://github.com/actix/actix-net"
1313
license = "MIT OR Apache-2.0"
1414
edition = "2018"

actix-service/README.md

Lines changed: 2 additions & 2 deletions
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.0)](https://docs.rs/actix-service/2.0.0)
6+
[![Documentation](https://docs.rs/actix-service/badge.svg?version=2.0.1)](https://docs.rs/actix-service/2.0.1)
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
![License](https://img.shields.io/crates/l/actix-service.svg)
9-
[![Dependency Status](https://deps.rs/crate/actix-service/2.0.0/status.svg)](https://deps.rs/crate/actix-service/2.0.0)
9+
[![Dependency Status](https://deps.rs/crate/actix-service/2.0.1/status.svg)](https://deps.rs/crate/actix-service/2.0.1)
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)