1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00

prepare actix-multipart release

This commit is contained in:
Nikolay Kim 2019-12-07 20:02:46 +06:00
parent 6a672c9097
commit 1d45639bed
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changes
## [0.1.5] - 2019-xx-xx
## [0.1.5] - 2019-12-07
* Multipart handling now handles NotReady during read of boundary #1189

View file

@ -1,6 +1,6 @@
[package]
name = "actix-multipart"
version = "0.1.4"
version = "0.1.5"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Multipart support for actix web framework."
readme = "README.md"