From b1a6a9eab85a39c907f4c2ed7d85fc598a24a515 Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Sat, 2 Apr 2022 20:47:33 +0400
Subject: [PATCH] Version bumped to 0.4.12.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index b763651..fab2b00 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2419,7 +2419,7 @@ dependencies = [
 
 [[package]]
 name = "rustus"
-version = "0.4.11"
+version = "0.4.12"
 dependencies = [
  "actix-files",
  "actix-rt",
diff --git a/Cargo.toml b/Cargo.toml
index 56dabcb..224d667 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rustus"
-version = "0.4.11"
+version = "0.4.12"
 edition = "2021"
 description = "TUS protocol implementation written in Rust."
 keywords = [
-- 
GitLab