Bump readme version

This commit is contained in:
Aode (Lion) 2022-03-08 11:51:12 -06:00
parent ec85a80f5d
commit a36f9a9411
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "actix-form-data"
description = "Multipart Form Data for Actix Web"
version = "0.6.0"
version = "0.6.1"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/Aardwolf/actix-form-data.git"

View file

@ -13,8 +13,8 @@ Add it to your dependencies.
# Cargo.toml
[dependencies]
actix-web = "4.0.0-beta.3"
actix-form-data = "0.6.0-beta.1"
actix-web = "4.0.0"
actix-form-data = "0.6.0"
```
Require it in your project.