diff --git a/Cargo.lock b/Cargo.lock index 6ac2f3e..bdc29b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "escape-artist" -version = "0.6.6" +version = "0.6.7" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1408617..be0684a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "escape-artist" description = "A visualizer for terminal escape sequences" homepage = "https://github.com/rgwood/escape-artist" repository = "https://github.com/rgwood/escape-artist" -version = "0.6.6" +version = "0.6.7" edition = "2021" license = "MIT"