diff --git a/Cargo.lock b/Cargo.lock index 70b8416..d31408a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.14.1" @@ -1798,7 +1800,7 @@ dependencies = [ [[package]] name = "scootaloo" -version = "0.4.0" +version = "0.4.1" dependencies = [ "clap", "egg-mode", diff --git a/Cargo.toml b/Cargo.toml index 3400c01..198f147 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scootaloo" -version = "0.4.0" +version = "0.4.1" authors = ["VC "] edition = "2018" diff --git a/src/lib.rs b/src/lib.rs index a56be71..810e944 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -207,15 +207,6 @@ async fn cache_media(u: &str, t: &str) -> Result> { Ok(dest_filepath) } -/********** - * This is the struct that holds the Mastodon Media ID and the Twitter Media URL at the same Time -**********/ -#[derive(Debug)] -struct ScootalooSpawnResponse { - mastodon_media_id: String, - twitter_media_url: String, -} - /********** * local error handler **********/