From efcfc4a546f30d48a59f2a2044bd881eeebe22db Mon Sep 17 00:00:00 2001 From: jnats Date: Sat, 2 Oct 2021 00:17:31 +0100 Subject: [PATCH] accidentally uwu'd all succes strings --- Cargo.toml | 2 +- src/mods/strs.rs | 2 +- src/mods/ver.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ca548b5..c00273e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ame" -version = "2.2.3" +version = "2.2.4" authors = [ "jnats ", "axtlos " ] edition = "2018" description = "a fast and efficient aur helper." diff --git a/src/mods/strs.rs b/src/mods/strs.rs index 1352ced..fa21bb1 100644 --- a/src/mods/strs.rs +++ b/src/mods/strs.rs @@ -34,7 +34,7 @@ pub fn succ(a: std::string::String) { } else { println!("{} {}", Colour::Green.bold().paint("✓"), - Colour::Green.paint(uwuize!(&a))); + Colour::Green.paint(&a)); } } diff --git a/src/mods/ver.rs b/src/mods/ver.rs index c4191df..71b4259 100644 --- a/src/mods/ver.rs +++ b/src/mods/ver.rs @@ -3,7 +3,7 @@ use ansi_term::Colour; pub fn ver() { println!(""); - inf(format!("ame - v2.2.3")); + inf(format!("ame - v2.2.4")); println!(""); inf(format!("Contributors:")); println!("- axtlos ");