1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01: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 ### Fixed
* HTTP1 decoding errors are reported to the client. #512 * HTTP1 decoding errors are reported to the client. #512
* Correctly compose multiple allowed origins in CORS. #517 * Correctly compose multiple allowed origins in CORS. #517
* Websocket server finished() isn't called if client disconnects #511
## [0.7.8] - 2018-09-17 ## [0.7.8] - 2018-09-17
### Added ### Added

View File

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