1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00

prepare release

This commit is contained in:
Nikolay Kim 2018-05-10 15:45:06 -07:00
parent a38afa0cec
commit 095ad328ee
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changes
## 0.6.3 (2018-05-xx)
## 0.6.3 (2018-05-10)
* Add `Router::with_async()` method for async handler registration.

View File

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