mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
update version
This commit is contained in:
parent
59deb4b40d
commit
52195bbf16
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user