1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-01-02 05:18:44 +00:00

update version

This commit is contained in:
Nikolay Kim 2019-04-19 13:55:36 -07:00
parent 791f22bbc8
commit a3844c1bfd
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "actix-web" name = "actix-web"
version = "1.0.0-alpha.6" version = "1.0.0-beta.1"
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"

View file

@ -128,7 +128,7 @@
``` ```
* AsyncResponder is removed. * AsyncResponder is removed, use `.to_async()` registration method and `impl Future<>` as result type.
instead of instead of