From cf831c24ac703e17fd18119d8e9879e8f2ac6871 Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Thu, 17 Feb 2022 03:26:01 +0400
Subject: [PATCH] Version bumped to 4.2.0.

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 602fd87..b7b53b6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2586,7 +2586,7 @@ dependencies = [
 
 [[package]]
 name = "rustus"
-version = "0.4.1"
+version = "0.4.2"
 dependencies = [
  "actix-files",
  "actix-rt",
diff --git a/Cargo.toml b/Cargo.toml
index a083d0d..c9c9488 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rustus"
-version = "0.4.1"
+version = "0.4.2"
 edition = "2021"
 description = "TUS protocol implementation written in Rust."
 
-- 
GitLab