bugfix, functions added via config have bad infos

functions added to a Config may have
`info::neverused()` as their info,
which also makes the DisplayInfo part of the info
not work, which can be a problem if the function
uses its infos to define object fields
or to format an object.
This commit is contained in:
Mark
2024-10-11 22:09:59 +02:00
parent 37f2e46d0c
commit bdd7260c12
2 changed files with 15 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "mers_lib"
version = "0.9.6"
version = "0.9.7"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "library to use the mers language in other projects"