Skip to content

Commit

Permalink
fix(logger): adding with overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph0enixKM committed Aug 7, 2024
1 parent 88ffa05 commit e4b9f35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e4b9f35

Please sign in to comment.