From 75d77bc08bd7f46008c30150cd77beac31487625 Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Sat, 11 Sep 2021 17:37:15 -0500 Subject: [PATCH] Update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1a036a..de6e260 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "actix-form-data" description = "Multipart Form Data for Actix Web" -version = "0.6.0-beta.5" +version = "0.6.0-beta.6" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/Aardwolf/actix-form-data.git"