Use hvm-core from crates.io

This commit is contained in:
Nicolas Abril 2024-05-15 22:09:51 +02:00
parent f724bbf541
commit 2e421e0403
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View File

@ -215,7 +215,8 @@ checksum = "809e18805660d7b6b2e2b9f316a5099521b5998d5cba4dda11b5157a21aaef03"
[[package]]
name = "hvm-core"
version = "0.3.0-hvm32.compat"
source = "git+https://github.com/HigherOrderCO/hvm-core.git?branch=hvm32-compat#f18f2af7d07b365bd241bbdc075e136947783bcf"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49744e07a05f3fb8f8f3495e1aab1c6a9e7631ce1a6b771ae02b8437c8bfa692"
dependencies = [
"TSPL 0.0.9",
"arrayvec",

View File

@ -23,7 +23,7 @@ cli = ["dep:clap"]
TSPL = "0.0.12"
clap = { version = "4.4.1", features = ["derive"], optional = true }
highlight_error = "0.1.1"
hvm-core = { git = "https://github.com/HigherOrderCO/hvm-core.git", branch = "hvm32-compat" }
hvm-core = "=0.3.0-hvm32.compat"
indexmap = "2.2.3"
interner = "0.2.1"
itertools = "0.11.0"