From 6bb7ba5b940f9a7c0c9a242df16a691beabbb8a7 Mon Sep 17 00:00:00 2001 From: Kevin Griffin Date: Fri, 14 Apr 2023 11:25:46 -0400 Subject: [PATCH] 0.5.0 (#142) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83d2e04..3aec13f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cesride" -version = "0.4.0" +version = "0.5.0" edition = "2021" description = "Cryptographic primitives for use with Composable Event Streaming Representation (CESR)" license = "Apache-2.0"