1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-31 01:12:52 +01: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
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1
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]

View File

@ -1,6 +1,6 @@
[package]
name = "actix-rt"
version = "1.1.0"
version = "1.1.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix runtime"
keywords = ["network", "framework", "async", "futures"]