From 73a9a1beb82116bfac7c0e30c1b402f687fc1a3c Mon Sep 17 00:00:00 2001 From: Victor Maia Date: Fri, 18 Mar 2022 02:35:33 -0300 Subject: [PATCH] Inc version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18376377..4db11bea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hvm" -version = "0.1.19" +version = "0.1.21" edition = "2021" description = "A lazy, beta-optimal, massively-parallel, non-garbage-collected and strongly-confluent functional compilation target." repository = "https://github.com/Kindelia/HVM"