From 8a10580663eb521e4971fce90d5612b4a2206bc3 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 30 Apr 2020 03:07:12 +0900 Subject: [PATCH] Bump up `actix-rt` to 1.1.1 --- actix-rt/CHANGES.md | 10 ++++++++++ actix-rt/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/actix-rt/CHANGES.md b/actix-rt/CHANGES.md index 8b80a69d..518a68ac 100644 --- a/actix-rt/CHANGES.md +++ b/actix-rt/CHANGES.md @@ -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] diff --git a/actix-rt/Cargo.toml b/actix-rt/Cargo.toml index 2c0c1b50..9b1cd53f 100644 --- a/actix-rt/Cargo.toml +++ b/actix-rt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-rt" -version = "1.1.0" +version = "1.1.1" authors = ["Nikolay Kim "] description = "Actix runtime" keywords = ["network", "framework", "async", "futures"]