From e40adf8fc882a73f72e80752c62ad6f013de1815 Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Wed, 5 Jan 2022 15:09:26 +0400
Subject: [PATCH] Version bumped to 0.2.0.

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

diff --git a/Cargo.toml b/Cargo.toml
index 074e674..d1cd5e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rustus"
-version = "0.1.0"
+version = "0.2.0"
 edition = "2021"
 description = "TUS protocol implementation written in Rust."
 
@@ -50,4 +50,4 @@ redis_info_storage = ["mobc-redis"]
 db_info_storage = ["rbatis", "rbson"]
 amqp_notifier = ["lapin", "tokio-amqp", "mobc-lapin"]
 
-http_notifier = ["reqwest"]
\ No newline at end of file
+http_notifier = ["reqwest"]
-- 
GitLab