fix some bugs

This commit is contained in:
Mark
2024-06-27 18:11:37 +02:00
parent d01da83866
commit 7acaafaa2f
5 changed files with 23 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "mers_lib"
version = "0.8.24"
version = "0.8.25"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "library to use the mers language in other projects"
@@ -9,7 +9,7 @@ readme = "README.md"
repository = "https://github.com/Dummi26/mers"
[features]
default = ["parse", "pretty-print", "ecolor-html"]
default = ["parse"]
# for parsing and running mers code (for most situations: just enable parse)
parse = ["run"]