From 1bb37424575aaec3846dfd032fcd51e97704f00e Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Thu, 6 Jan 2022 15:37:04 +0400
Subject: [PATCH] Bumped version to 0.3.0.

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

diff --git a/Cargo.lock b/Cargo.lock
index b1df24a..b817cc7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2465,7 +2465,7 @@ dependencies = [
 
 [[package]]
 name = "rustus"
-version = "0.2.0"
+version = "0.3.0"
 dependencies = [
  "actix-files",
  "actix-web",
diff --git a/Cargo.toml b/Cargo.toml
index a2e37c4..1434e0c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rustus"
-version = "0.2.0"
+version = "0.3.0"
 edition = "2021"
 description = "TUS protocol implementation written in Rust."
 
@@ -107,4 +107,4 @@ redis_info_storage = ["mobc-redis"]
 [profile.release]
 lto = true
 opt-level = "z"
-codegen-units = 1
\ No newline at end of file
+codegen-units = 1
-- 
GitLab