From e77986e4dca5924c67b7221c43678a259bba2d73 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Mon, 10 Jan 2022 10:31:02 +0400 Subject: [PATCH] Bumped version to 0.4.0. 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 425ae94..3913587 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2482,7 +2482,7 @@ dependencies = [ [[package]] name = "rustus" -version = "0.3.1" +version = "0.4.0" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index b6abc7d..e94783a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustus" -version = "0.3.1" +version = "0.4.0" edition = "2021" description = "TUS protocol implementation written in Rust." -- GitLab