Merge branch 'fix-deps'

This commit is contained in:
felipegchi 2023-01-26 20:15:41 -03:00
commit 776328a4c0
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,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

@ -17,7 +17,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

@ -7,7 +7,7 @@ license = "MIT"
# 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"