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