From ab6f1855640aff8debaa72f1460bc25f58bdcd30 Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Tue, 29 Mar 2022 02:45:10 +0400
Subject: [PATCH] Version bumped to 0.4.10.

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 fb455c2..99adcf2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2384,7 +2384,7 @@ dependencies = [
 
 [[package]]
 name = "rustus"
-version = "0.4.9"
+version = "0.4.10"
 dependencies = [
  "actix-files",
  "actix-rt",
diff --git a/Cargo.toml b/Cargo.toml
index 410b1e8..0d8e3d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rustus"
-version = "0.4.9"
+version = "0.4.10"
 edition = "2021"
 description = "TUS protocol implementation written in Rust."
 keywords = [
-- 
GitLab