1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00

prepare beta4 release

This commit is contained in:
Nikolay Kim 2019-05-12 10:49:21 -07:00
parent e9cbcbaf03
commit 1ca58e876b
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Changes
## [1.0.0-beta.4] - 2019-05-xx
## [1.0.0-beta.4] - 2019-05-12
### Add
@ -10,6 +10,8 @@
* `App::configure` take an `FnOnce` instead of `Fn`
* Upgrade actix-net crates
## [1.0.0-beta.3] - 2019-05-04

View file

@ -1,6 +1,6 @@
[package]
name = "actix-web"
version = "1.0.0-beta.3"
version = "1.0.0-beta.4"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
readme = "README.md"
@ -121,7 +121,6 @@ actix-http-test = { path = "test-server" }
actix-web-codegen = { path = "actix-web-codegen" }
actix-web-actors = { path = "actix-web-actors" }
actix-session = { path = "actix-session" }
awc = { path = "awc" }
actix-files = { path = "actix-files" }
actix-multipart = { path = "actix-multipart" }
awc = { path = "awc" }