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 = "█";