From b1d6f4508d07ac39e8261e9132fb4c76f76e83e1 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Fri, 7 Jan 2022 22:28:13 +0400 Subject: [PATCH] Version bumped to 0.3.1. 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 87fef6f..425ae94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2482,7 +2482,7 @@ dependencies = [ [[package]] name = "rustus" -version = "0.3.0" +version = "0.3.1" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index b2a78e2..b6abc7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustus" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "TUS protocol implementation written in Rust." -- GitLab