From 0ccead664d916aed81e301790fe6d7a0bb0e90ea Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Thu, 24 Feb 2022 15:56:25 +0400 Subject: [PATCH] Version bumped to 0.4.4. Signed-off-by: Pavel Kirilin --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1bbab12..5c17e3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2373,7 +2373,7 @@ dependencies = [ [[package]] name = "rustus" -version = "0.4.3" +version = "0.4.4" dependencies = [ "actix-files", "actix-rt", diff --git a/Cargo.toml b/Cargo.toml index 5255413..f6de28b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustus" -version = "0.4.3" +version = "0.4.4" edition = "2021" description = "TUS protocol implementation written in Rust."