mirror of
https://github.com/Dummi26/mers.git
synced 2025-12-12 02:16:51 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user