From b4a3f51659962b09d3c5044cfa39afbf5bd1800a Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 6 Feb 2021 15:54:11 +0000 Subject: [PATCH] prepare rt release 2.0.1 --- actix-rt/CHANGES.md | 5 ++++- actix-rt/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/actix-rt/CHANGES.md b/actix-rt/CHANGES.md index 2e026425..05613e81 100644 --- a/actix-rt/CHANGES.md +++ b/actix-rt/CHANGES.md @@ -1,7 +1,10 @@ # Changes ## Unreleased - 2021-xx-xx -* Expose JoinError from tokio. [#271] + + +## 2.0.1 - 2021-02-06 +* Expose `JoinError` from Tokio. [#271] [#271]: https://github.com/actix/actix-net/pull/271 diff --git a/actix-rt/Cargo.toml b/actix-rt/Cargo.toml index db232090..375b5885 100644 --- a/actix-rt/Cargo.toml +++ b/actix-rt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-rt" -version = "2.0.0" +version = "2.0.1" authors = [ "Nikolay Kim ", "Rob Ede ",