Fix hvm version to 2.0.17

This commit is contained in:
Nicolas Abril 2024-05-26 12:39:29 +02:00
parent a78b196214
commit 66db0b2696
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -282,9 +282,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.83"
version = "1.0.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43"
checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6"
dependencies = [
"unicode-ident",
]

View File

@ -27,7 +27,7 @@ cli = ["dep:clap"]
TSPL = "0.0.12"
clap = { version = "4.4.1", features = ["derive"], optional = true }
highlight_error = "0.1.1"
hvm = "2.0.16"
hvm = "=2.0.17"
indexmap = "2.2.3"
interner = "0.2.1"
itertools = "0.11.0"