From 12b7cb0902a7b767427214cb8e5bb4e1e17477fb Mon Sep 17 00:00:00 2001 From: anweiss <2326106+anweiss@users.noreply.github.com> Date: Thu, 14 Dec 2023 10:53:36 -0500 Subject: [PATCH] 0.9.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e45aecca..49126988 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/anweiss/cddl" homepage = "https://cddl.anweiss.tech" categories = ["parser-implementations", "encoding", "development-tools", "wasm"] license = "MIT" -version = "0.9.3" +version = "0.9.4" authors = ["Andrew Weiss "] readme = "README.md" edition = "2018"