remove RunCommandError custom type,

replace it with `{ run_command_error: String }`
instead, which is more standard mers style
This commit is contained in:
Mark
2024-06-14 19:49:41 +02:00
parent ff374c4501
commit 3e33d963f5
2 changed files with 7 additions and 65 deletions

View File

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