From cc0b4cb97fc827a67eb057dcc92bc5d940fc4ede Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Mon, 11 Apr 2022 00:53:47 +0400 Subject: [PATCH] Version bumped to 0.4.13 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 fab2b00..6819ebf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2419,7 +2419,7 @@ dependencies = [ [[package]] name = "rustus" -version = "0.4.12" +version = "0.4.13" dependencies = [ "actix-files", "actix-rt", diff --git a/Cargo.toml b/Cargo.toml index 224d667..9003423 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustus" -version = "0.4.12" +version = "0.4.13" edition = "2021" description = "TUS protocol implementation written in Rust." keywords = [ -- GitLab