1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Handle cancellation of uploads #834 #736

This commit is contained in:
Nikolay Kim
2019-05-12 11:43:05 -07:00
parent 36d017dcc6
commit 2350a2dc68
4 changed files with 25 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-multipart"
version = "0.1.0-beta.1"
version = "0.1.0-beta.4"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
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.1"
actix-web = "1.0.0-beta.4"
actix-service = "0.4.0"
bytes = "0.4"
derive_more = "0.14"