fix pretty_print

This commit is contained in:
Mark
2024-06-26 13:02:50 +02:00
parent 7a945e80ba
commit 12d90a8022
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "mers_lib"
version = "0.8.16"
version = "0.8.17"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "library to use the mers language in other projects"
@@ -19,7 +19,6 @@ run = []
ecolor-term = ["dep:colored"]
ecolor-html = ["dep:html-escape"]
# pretty-print requires ecolor-term, but this is not listed here because I want people to explicitly opt-in to the extra `colored` dependency via the ecolor-term feature.
pretty-print = []
[dependencies]