mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-30 21:04:35 +01:00
prepare rt release 2.0.2
This commit is contained in:
parent
32543809f9
commit
cb07ead392
@ -1,6 +1,9 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
|
||||||
|
|
||||||
|
## 2.0.2 - 2021-02-06
|
||||||
* Add `Arbiter::handle` to get a handle of an owned Arbiter. [#274]
|
* 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]
|
* Add `System::try_current` for situations where actix may or may not be running a System. [#275]
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-rt"
|
name = "actix-rt"
|
||||||
version = "2.0.1"
|
version = "2.0.2"
|
||||||
authors = [
|
authors = [
|
||||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||||
"Rob Ede <robjtede@icloud.com>",
|
"Rob Ede <robjtede@icloud.com>",
|
||||||
|
Loading…
Reference in New Issue
Block a user