diff --git a/crates/kind-checker/Cargo.toml b/crates/kind-checker/Cargo.toml index 4a07d053..429c97ec 100644 --- a/crates/kind-checker/Cargo.toml +++ b/crates/kind-checker/Cargo.toml @@ -12,7 +12,7 @@ kind-tree = { path = "../kind-tree", version = "0.1.1" } kind-span = { path = "../kind-span", version = "0.1.1" } kind-report = { path = "../kind-report", version = "0.1.1" } -hvm = "1.0.3" +hvm = "1.0.6" fxhash = "0.2.1" im-rc = "15.1.0" \ No newline at end of file diff --git a/crates/kind-driver/Cargo.toml b/crates/kind-driver/Cargo.toml index 7f2b8f8c..b30607f0 100644 --- a/crates/kind-driver/Cargo.toml +++ b/crates/kind-driver/Cargo.toml @@ -18,7 +18,7 @@ kind-pass = { path = "../kind-pass", version = "0.1.1" } kind-target-hvm = { path = "../kind-target-hvm", version = "0.1.0" } kind-target-kdl = { path = "../kind-target-kdl", version = "0.1.0" } -hvm = "1.0.3" +hvm = "1.0.6" anyhow = "1.0.66" strsim = "0.10.0" diff --git a/crates/kind-target-hvm/Cargo.toml b/crates/kind-target-hvm/Cargo.toml index 36e625f8..c1a6f948 100644 --- a/crates/kind-target-hvm/Cargo.toml +++ b/crates/kind-target-hvm/Cargo.toml @@ -13,4 +13,4 @@ kind-tree = { path = "../kind-tree", version = "0.1.1" } kind-report = { path = "../kind-report", version = "0.1.1" } kind-derive = { path = "../kind-derive", version = "0.1.1" } -hvm = "1.0.3" +hvm = "1.0.6" diff --git a/crates/kind-tree/Cargo.toml b/crates/kind-tree/Cargo.toml index 2c99e368..6cfd2708 100644 --- a/crates/kind-tree/Cargo.toml +++ b/crates/kind-tree/Cargo.toml @@ -8,7 +8,7 @@ description = "Syntatic trees for Kind compiler" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hvm = "1.0.3" +hvm = "1.0.6" kind-span = { path = "../kind-span", version = "0.1.1" } linked-hash-map = "0.5.6"