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:
parent
791f22bbc8
commit
a3844c1bfd
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue