From cc86a88771ef60f29c6a7344bcc73b885a11ecfc Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 17 May 2024 11:59:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96:=20bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7705ec..2b12956 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1192,7 +1192,7 @@ dependencies = [ [[package]] name = "tootube" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-stream", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8156dfe..60b4a3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tootube" authors = ["VC "] -version = "0.7.0" +version = "0.7.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html