html terminal
grumble grumble 2 breaking changes
i thought rust semver said you can do anything before 1.0, why the yank and update from https://github.com/luser/strip-ansi-escapes/issues/17
bendn 2023-08-10
parent 6f27984 · commit eecda97
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1201178..9133e94 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ btparse = "0.1.1"
mindus = { version = "3", features = [], default-features = false }
image = { version = "0.24.6", features = ["png"], default-features = false }
oxipng = { git = "https://github.com/shssoichiro/oxipng", branch = "master", features = [], default-features = false }
-strip-ansi-escapes = "0.1.2"
+strip-ansi-escapes = "0.2.0"
[profile.release]
strip = true