From 1d9c210488ee2de1c072937c26c5ea831917bac9 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Fri, 3 May 2024 18:41:10 -0700 Subject: [PATCH] Bump to 3.1.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ae097f..774c21f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multer" -version = "3.0.0" +version = "3.1.0" description = "An async parser for `multipart/form-data` content-type in Rust." homepage = "https://github.com/rousan/multer-rs" repository = "https://github.com/rousan/multer-rs"