From 3ea93904388662b45c0790649a7f0540da99fbbd Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Sat, 24 Dec 2022 22:57:22 +0400 Subject: [PATCH] Version bumped to 0.6.0. 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 f1cdf76..a525893 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2551,7 +2551,7 @@ dependencies = [ [[package]] name = "rustus" -version = "0.5.14" +version = "0.6.0" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 1c2573c..9816f0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustus" -version = "0.5.14" +version = "0.6.0" edition = "2021" description = "TUS protocol implementation written in Rust." keywords = ["tus", "server", "actix-web"]