Bump version

This commit is contained in:
Riley Trautman 2018-06-04 13:27:36 -05:00
parent 40c2dd4411
commit bcec67e569
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
[package]
name = "actix-form-data"
description = "Multipart Form Data for Actix Web"
version = "0.2.0"
version = "0.2.1"
license = "GPL-3.0"
authors = ["asonix <asonix.dev@gmail.com>"]
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://github.com/asonix/actix-multipart"
readme = "README.md"
keywords = ["actix", "form-data", "multipart", "async"]

View file

@ -12,7 +12,7 @@ Add it to your dependencies.
[dependencies]
actix-web = "0.6.0"
actix-form-data = "0.2.0"
actix-form-data = "0.2.1"
```
Require it in your project.