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

prepare release actix-utils

This commit is contained in:
Nikolay Kim 2019-03-09 14:30:37 -08:00
parent 1f54ae9051
commit 3618f542fb
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Changes
## [0.3.3] - 2019-03-09
### Changed
* Revert IntoFuture change
* Add generic config param for IntoFramed and TakeOne new services
## [0.3.2] - 2019-03-04
### Changed

View File

@ -1,6 +1,6 @@
[package]
name = "actix-utils"
version = "0.3.2"
version = "0.3.3"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix utils - various actix net related services"
keywords = ["network", "framework", "async", "futures"]