Update hvm-core git dep

This commit is contained in:
LunaAmora 2023-11-21 07:41:33 -04:00
parent 614bfcd8cd
commit cfdf387e58
2 changed files with 3 additions and 4 deletions

4
Cargo.lock generated
View File

@ -204,8 +204,8 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "hvm-core"
version = "0.1.12"
source = "git+https://github.com/HigherOrderCO/hvm-core?branch=parallel#65ebbb13c79ca2813a0b2f011c415a8624ee7b25"
version = "0.1.14"
source = "git+https://github.com/HigherOrderCO/hvm-core#945f03c2fc0539950a3ec81fb3c6d5a2b77cef80"
[[package]]
name = "hvm-lang"

View File

@ -22,8 +22,7 @@ cli = ["dep:clap"]
[dependencies]
chumsky = "= 1.0.0-alpha.4"
clap = { version = "4.4.1", features = ["derive"], optional = true }
# hvm-core = { path = "../hvm-core" }
hvm-core = { git = "https://github.com/HigherOrderCO/hvm-core", branch = "parallel"}
hvm-core = { git = "https://github.com/HigherOrderCO/hvm-core"}
indexmap = "2.1.0"
itertools = "0.11.0"
logos = "0.13.0"