From 0843bce7ba2d1e48f76df5f88d4043f08d8ea91d Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 18 May 2019 11:15:58 -0700 Subject: [PATCH] prepare actix-multipart --- actix-multipart/CHANGES.md | 4 ++++ actix-multipart/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/actix-multipart/CHANGES.md b/actix-multipart/CHANGES.md index 5ee1d6201..3a959890a 100644 --- a/actix-multipart/CHANGES.md +++ b/actix-multipart/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.1.0] - 2019-05-18 + +* Release + ## [0.1.0-beta.4] - 2019-05-12 * Handle cancellation of uploads #834 #736 diff --git a/actix-multipart/Cargo.toml b/actix-multipart/Cargo.toml index 7d19ef9fd..ca1ff9c91 100644 --- a/actix-multipart/Cargo.toml +++ b/actix-multipart/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-multipart" -version = "0.1.0-beta.4" +version = "0.1.0" authors = ["Nikolay Kim "] description = "Multipart support for actix web framework." readme = "README.md" @@ -18,7 +18,7 @@ name = "actix_multipart" path = "src/lib.rs" [dependencies] -actix-web = "1.0.0-beta.5" +actix-web = "1.0.0-rc" actix-service = "0.4.0" bytes = "0.4" derive_more = "0.14"