From 6400319560eeb08926f4e60048e4b1661a1e7218 Mon Sep 17 00:00:00 2001 From: Jason Colburne Date: Mon, 6 Mar 2023 18:16:43 -0400 Subject: [PATCH] version bump (#125) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3162249..6be3f9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cesride" -version = "0.2.1" +version = "0.2.2" edition = "2021" description = "Cryptographic primitives for use with Composable Event Streaming Representation (CESR)" license = "Apache-2.0"