Update HVM

This commit is contained in:
Victor Maia 2022-08-13 21:40:20 -03:00
parent 04156eaa77
commit 14b16122e7

View File

@ -1,6 +1,6 @@
[package]
name = "kind2"
version = "0.2.55"
version = "0.2.56"
edition = "2021"
description = "A pure functional functional language that uses the HVM."
repository = "https://github.com/Kindelia/Kind2"
@ -10,7 +10,7 @@ keywords = ["functional", "language", "type-theory", "proof-assistant"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hvm = "0.1.72"
hvm = "0.1.73"
#hvm = { path = "../hvm" }
highlight_error = "0.1.1"
clap = { version = "3.1.8", features = ["derive"] }