From 59106e4c5878594f76e197a416643a770b173914 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Thu, 18 May 2023 05:32:06 +0400 Subject: [PATCH] Version bumped to 0.7.2. 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 ad7fbae..566fe15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3164,7 +3164,7 @@ dependencies = [ [[package]] name = "rustus" -version = "0.7.1" +version = "0.7.2" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 20cf736..c1bf68d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustus" -version = "0.7.1" +version = "0.7.2" edition = "2021" description = "TUS protocol implementation written in Rust." keywords = ["tus", "server", "actix-web"]