diff --git a/Cargo.toml b/Cargo.toml index e7e6ec5..5ec2d74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "form-data" -version = "0.5.2" +version = "0.5.3" authors = ["Fangdun Tsai "] description = "AsyncRead/AsyncWrite/Stream `multipart/form-data`" homepage = "https://github.com/viz-rs/form-data"