html terminal
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8031272..c79aa63 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,13 +40,12 @@ parse_duration = "2.1.1"
serde = "1.0"
serde_json = "1.0"
btparse = "0.1.1"
-mindus = "1.1"
+mindus = "1"
image = { version = "0.24.6", features = ["png"], default-features = false }
oxipng = { version = "8.0.0", features = ["parallel", "zopfli"], default-features = false }
zopfli = { version = "0.7.4", features = ["nightly"] }
[profile.release]
-lto = true
strip = true
[build-dependencies]