From c061316c3a6186a012d06a7653634c5056cc7acc Mon Sep 17 00:00:00 2001 From: Nautilus <57863175+TomtheCoder2@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:59:52 +0200 Subject: [PATCH] fix and version update fixed that on build the compiler errors are not shown --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc424a1..b0423c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "phoenix-lang" description = "A simple, fast programming language" -version = "1.5.1" +version = "1.5.2" edition = "2021" license = "MIT" repository = "https://github.com/TomtheCoder2/phoenix"