From d12052877af332629cb802a8b401fd9508c87336 Mon Sep 17 00:00:00 2001 From: Valerie Date: Mon, 19 Jun 2023 20:36:03 -0400 Subject: [PATCH] version bump and minor use statement cleanup --- Cargo.toml | 2 +- src/flag.rs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index de83030..9d7fe7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pride" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/flag.rs b/src/flag.rs index 0e358da..2da1984 100644 --- a/src/flag.rs +++ b/src/flag.rs @@ -1,6 +1,4 @@ -use termion::color; - use crate::color::*; pub static BLOCK: &str = "█";