diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 81f0fab..ac0bb55 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -69,7 +69,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cfonts" -version = "1.1.1" +version = "1.1.2" dependencies = [ "assert_cmd", "enable-ansi-support", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index eea8651..e83709c 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cfonts" -version = "1.1.1" +version = "1.1.2" edition = "2021" authors = ["Dominik Wilkowski "] license = "GPL-3.0-or-later"