mirror of
https://github.com/actix/actix-web.git
synced 2025-06-07 07:38:47 +00:00
bump version
This commit is contained in:
parent
0d36b8f826
commit
03e758cee4
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## 0.6.6 (2018-05-xx)
|
||||||
|
|
||||||
|
..
|
||||||
|
|
||||||
|
|
||||||
## 0.6.5 (2018-05-15)
|
## 0.6.5 (2018-05-15)
|
||||||
|
|
||||||
* Fix error handling during request decoding #222
|
* Fix error handling during request decoding #222
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "actix-web"
|
name = "actix-web"
|
||||||
version = "0.6.5"
|
version = "0.6.6"
|
||||||
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 a new issue