fix bug where subtypes of list didn't include type of empty list

This commit is contained in:
Mark
2024-01-16 12:00:16 +01:00
parent 2d373d1ba7
commit 9fe981fc6c
3 changed files with 5 additions and 3 deletions

View File

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