Update highlight_error to latest version

This commit is contained in:
imaqtkatt 2024-01-31 14:26:39 -03:00
parent 6e93dbc316
commit 2b3ec9853a

View File

@ -22,12 +22,12 @@ cli = ["dep:clap"]
[dependencies]
chumsky = "= 1.0.0-alpha.4"
clap = { version = "4.4.1", features = ["derive"], optional = true }
highlight_error = "0.1.1"
hvm-core = { git = "https://github.com/HigherOrderCO/hvm-core"}
indexmap = "2.1.0"
itertools = "0.11.0"
logos = "0.13.0"
shrinkwraprs = "0.3.0"
highlight_error = "0.1.0"
[dev-dependencies]
stdext = "0.3.1"