Merge pull request #62 from actix/master

actix#1538 actix#1540
This commit is contained in:
Zhang Zhongyu 2020-05-26 14:23:17 +08:00 committed by GitHub
commit ee22513411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -1,10 +1,12 @@
# Changes
## [Unreleased] - 2020-xx-xx
## [0.3.0-alpha.1] - 2020-05-25
* Update `actix-web` to 3.0.0-alpha.3
* Bump minimum supported Rust version to 1.40
## [0.2.1] - 2020-01-xx
* Minimize `futures` dependencies
* Remove the unused `time` dependency

View File

@ -1,6 +1,6 @@
[package]
name = "actix-multipart"
version = "0.2.0"
version = "0.3.0-alpha.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Multipart support for actix web framework."
readme = "README.md"

View File

@ -3,6 +3,9 @@ name = "actix-web-codegen"
version = "0.2.2"
description = "Actix web proc macros"
readme = "README.md"
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-web"
documentation = "https://docs.rs/actix-web-codegen"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
license = "MIT/Apache-2.0"
edition = "2018"