fix colors + fix dependency version mismatch

This commit is contained in:
Mark
2024-06-26 01:22:13 +02:00
parent 1182ffa10e
commit f08784af3b
3 changed files with 52 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "mers_lib"
version = "0.8.14"
version = "0.8.15"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "library to use the mers language in other projects"
@@ -19,5 +19,5 @@ run = []
ecolor-term = ["dep:colored"]
[dependencies]
colored = { version = "2.0.4", optional = true }
colored = { version = "2.1.0", optional = true }
line-span = "0.1.5"