V7: Make .try a language feature, this makes try_allow_unused unnecessary. remove try and try_... functions.

This commit is contained in:
Mark
2024-03-22 15:38:09 +01:00
parent 86b6a46d09
commit 8690263b1c
13 changed files with 334 additions and 208 deletions

View File

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