From 5d2da0fdc734bc487c91cf943633829f46fd0a95 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 18 Dec 2021 03:26:59 +0000 Subject: [PATCH] prepare actix-service release 2.0.2 --- actix-service/CHANGES.md | 3 +++ actix-service/Cargo.toml | 2 +- actix-service/README.md | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/actix-service/CHANGES.md b/actix-service/CHANGES.md index 7faa01ca..87fb1959 100644 --- a/actix-service/CHANGES.md +++ b/actix-service/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx + + +## 2.0.2 - 2021-12-18 - Service types can now be `Send` and `'static` regardless of request, response, and config types, etc.. [#397] [#397]: https://github.com/actix/actix-net/pull/397 diff --git a/actix-service/Cargo.toml b/actix-service/Cargo.toml index f30768fb..d4b602fd 100644 --- a/actix-service/Cargo.toml +++ b/actix-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-service" -version = "2.0.1" +version = "2.0.2" authors = [ "Nikolay Kim ", "Rob Ede ", diff --git a/actix-service/README.md b/actix-service/README.md index d9afdb9c..62f9fe1c 100644 --- a/actix-service/README.md +++ b/actix-service/README.md @@ -3,10 +3,10 @@ > Service trait and combinators for representing asynchronous request/response operations. [![crates.io](https://img.shields.io/crates/v/actix-service?label=latest)](https://crates.io/crates/actix-service) -[![Documentation](https://docs.rs/actix-service/badge.svg?version=2.0.1)](https://docs.rs/actix-service/2.0.1) +[![Documentation](https://docs.rs/actix-service/badge.svg?version=2.0.2)](https://docs.rs/actix-service/2.0.2) [![Version](https://img.shields.io/badge/rustc-1.46+-ab6000.svg)](https://blog.rust-lang.org/2020/03/12/Rust-1.46.html) ![License](https://img.shields.io/crates/l/actix-service.svg) -[![Dependency Status](https://deps.rs/crate/actix-service/2.0.1/status.svg)](https://deps.rs/crate/actix-service/2.0.1) +[![Dependency Status](https://deps.rs/crate/actix-service/2.0.2/status.svg)](https://deps.rs/crate/actix-service/2.0.2) ![Download](https://img.shields.io/crates/d/actix-service.svg) [![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)