1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-04 04:55:48 +00:00

bump version

This commit is contained in:
Nikolay Kim 2018-05-21 19:07:56 -07:00
parent 90968d4333
commit 76d790425f
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# Changes
## 0.6.9 (2018-05-22)
* Drop connection if request's payload is not fulle consumed #236

View file

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