mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-24 03:42:59 +01:00
prepare release actix-utils
This commit is contained in:
parent
1f54ae9051
commit
3618f542fb
@ -1,5 +1,14 @@
|
|||||||
# Changes
|
# 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
|
## [0.3.2] - 2019-03-04
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-utils"
|
name = "actix-utils"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Actix utils - various actix net related services"
|
description = "Actix utils - various actix net related services"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
Loading…
Reference in New Issue
Block a user