1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 01:08:10 +00:00

prepare release

This commit is contained in:
Nikolay Kim 2018-07-11 13:27:50 +06:00
parent 7507412a1d
commit 3378247bee
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,8 @@
### Fixed
* Fix h2 compatibility #352
* Fix duplicate tail of StaticFiles with index_file. #344

View file

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