fix list cloning not cloning inner values

this would allow mutating values
through a list passed by value,
but now it doesn't, which is
how it always should have been.
This commit is contained in:
Mark
2024-04-30 13:58:40 +02:00
parent 1554453eb9
commit 945e19e10a
6 changed files with 38 additions and 19 deletions

View File

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