1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 09:49:29 +00:00

multipart: Bump up to 0.3.0-alpha.1

This commit is contained in:
Yuki Okushi 2020-05-25 19:12:20 +09:00
parent 19967c41cc
commit 482f74e409
No known key found for this signature in database
GPG key ID: B0986C85C0E2DAA1
2 changed files with 5 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"