fix: hvm version on each crate

This commit is contained in:
felipegchi 2023-01-26 20:15:33 -03:00
parent e7b4ebc82b
commit f5f5da5800
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ kind-tree = { path = "../kind-tree", version = "0.1.0" }
kind-span = { path = "../kind-span", version = "0.1.0" }
kind-report = { path = "../kind-report", version = "0.1.0" }
hvm = { git = "https://github.com/Kindelia/HVM.git" }
hvm = "1.0.0"
fxhash = "0.2.1"
im-rc = "15.1.0"

View File

@ -16,7 +16,7 @@ kind-pass = { path = "../kind-pass", version = "0.1.0" }
kind-target-hvm = { path = "../kind-target-hvm" }
kind-target-kdl = { path = "../kind-target-kdl" }
hvm = { git = "https://github.com/Kindelia/HVM.git" }
hvm = "1.0.0"
anyhow = "1.0.66"
strsim = "0.10.0"

View File

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hvm = { git = "https://github.com/Kindelia/HVM.git" }
hvm = "1.0.0"
kind-span = { path = "../kind-span", version = "0.1.0" }
linked-hash-map = "0.5.6"