1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

Bump up actix-rt to 1.1.1

This commit is contained in:
Yuki Okushi
2020-04-30 03:07:12 +09:00
parent 1b4a117063
commit 8a10580663
2 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,17 @@
# Changes
## [1.1.1] - 2020-04-30
### Fixed
* Fix memory leak due to [#94] (see [#129] for more detail)
[#129]: https://github.com/actix/actix-net/issues/129
## [1.1.0] - 2020-04-08
**This version has been yanked.**
### Added
* Expose `System::is_set` to check if current system has ben started [#99]