1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-27 16:52:58 +01:00

prepare rt release 2.0.2

This commit is contained in:
Rob Ede 2021-02-06 22:52:53 +00:00
parent 32543809f9
commit cb07ead392
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
## 2.0.2 - 2021-02-06
* Add `Arbiter::handle` to get a handle of an owned Arbiter. [#274]
* Add `System::try_current` for situations where actix may or may not be running a System. [#275]

View File

@ -1,6 +1,6 @@
[package]
name = "actix-rt"
version = "2.0.1"
version = "2.0.2"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",