1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00

prepare actix-web-actors release

This commit is contained in:
Nikolay Kim 2019-12-07 20:10:36 +06:00
parent 8c3f58db9d
commit 6c226e47bd
3 changed files with 5 additions and 4 deletions

View file

@ -6,9 +6,6 @@
* Migrate to tokio 0.2
### Fixed
* Allow comma-separated websocket subprotocols without spaces (#1172)
## [2.0.0-alpha.1] - 2019-11-22

View file

@ -1,5 +1,9 @@
# Changes
## [1.0.4] - 2019-12-07
* Allow comma-separated websocket subprotocols without spaces (#1172)
## [1.0.3] - 2019-11-14
* Update actix-web and actix-http dependencies

View file

@ -1,6 +1,6 @@
[package]
name = "actix-web-actors"
version = "1.0.3"
version = "1.0.4"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix actors support for actix web framework."
readme = "README.md"