From e4b9f35e6baef01e9cba005df9cbabd684dbf92c Mon Sep 17 00:00:00 2001 From: Phoenix Himself Date: Wed, 7 Aug 2024 19:22:29 +0200 Subject: [PATCH] fix(logger): adding with overflow --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88f2107..7105e73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "heraclitus-compiler" -version = "1.7.7" +version = "1.7.8" dependencies = [ "capitalize", "colored", diff --git a/Cargo.toml b/Cargo.toml index 700cf00..3fa20a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heraclitus-compiler" -version = "1.7.7" +version = "1.7.8" edition = "2021" description = "Compiler frontend for developing great programming languages" license = "MIT" diff --git a/README.md b/README.md index 224bc40..f97b8e8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ let tokens = cc.tokenize()?; # Change log 🚀 -## Version 1.7.7 +## Version 1.7.8 ### Fix: - Prevent Logger from panicking when trying to display a region that is out of bounds