diff --git a/README.md b/README.md index ae24bb7..999d8d7 100644 --- a/README.md +++ b/README.md @@ -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.