From 754a661f8328e7a17b9b06928b43f601627dc30c Mon Sep 17 00:00:00 2001 From: Mark <> Date: Fri, 22 Mar 2024 16:27:14 +0100 Subject: [PATCH] 0.7.3 --- mers_lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mers_lib/Cargo.toml b/mers_lib/Cargo.toml index b647982..2671572 100755 --- a/mers_lib/Cargo.toml +++ b/mers_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mers_lib" -version = "0.7.2" +version = "0.7.3" edition = "2021" license = "MIT OR Apache-2.0" description = "library to use the mers language in other projects"