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

update version

This commit is contained in:
Nikolay Kim 2018-09-27 18:17:58 -07:00
parent 59deb4b40d
commit 52195bbf16
2 changed files with 5 additions and 1 deletions

View file

@ -5,8 +5,12 @@
### Fixed
* HTTP1 decoding errors are reported to the client. #512
* Correctly compose multiple allowed origins in CORS. #517
* Websocket server finished() isn't called if client disconnects #511
## [0.7.8] - 2018-09-17
### Added

View file

@ -1,6 +1,6 @@
[package]
name = "actix-web"
version = "0.7.8"
version = "0.7.9"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
readme = "README.md"