use newer mers and fix merscfg deadlock bug

This commit is contained in:
Mark
2024-10-12 00:28:18 +02:00
parent 4bc3d0b147
commit 4549a8d360
2 changed files with 16 additions and 8 deletions

View File

@@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
mers_lib = { version = "0.9.6", features = ["ecolor-term"] }
mers_lib = { version = "0.9.9", features = ["ecolor-term"] }
musicdb-lib = { version = "0.1.0", path = "../musicdb-lib" }