Update readme

This commit is contained in:
asonix 2021-02-10 15:19:32 -06:00
parent 9cc2cea743
commit 508bea71f3

View file

@ -13,8 +13,8 @@ Add it to your dependencies.
# Cargo.toml
[dependencies]
actix-web = "1.0.0"
actix-form-data = "0.5.0-alpha.0"
actix-web = "4.0.0-beta.3"
actix-form-data = "0.6.0-beta.1"
```
Require it in your project.
@ -115,7 +115,7 @@ Feel free to open issues for anything you find an issue with. Please note that a
### License
Copyright © 2020 Riley Trautman
Copyright © 2021 Riley Trautman
Actix Form Data is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.