From a04ee9b50fecb25d40b1cf0b8d78c501f2b40c57 Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Sat, 26 Mar 2022 17:43:41 +0400
Subject: [PATCH] Bumped version to 0.4.9.

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