From 5c17ea69893293a37e56d9389840a986abd57929 Mon Sep 17 00:00:00 2001 From: VC Date: Wed, 10 Jan 2024 11:23:09 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=E2=99=BB=20:=20avoid=20url=20duplication?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/twitter.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/twitter.rs b/src/twitter.rs index d6b9a9a..8d37673 100644 --- a/src/twitter.rs +++ b/src/twitter.rs @@ -118,14 +118,15 @@ pub async fn delete_tweet(config: &TwitterConfig, id: u64) -> Result<(), Box Date: Wed, 10 Jan 2024 11:24:56 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=A6:=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 0cf768b..961eab4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -984,7 +984,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "oolatoocs" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2d9b15e..55a67c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oolatoocs" -version = "2.0.0" +version = "2.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html