From 4f6d22994b9a33ceadf0d5fc3d3e71be1201a3b0 Mon Sep 17 00:00:00 2001 From: Simon Bihel Date: Fri, 13 Oct 2023 08:58:09 +0100 Subject: [PATCH] Bump to v0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2eebf6..7f64609 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "r2d2-cryptoki" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Spruce Systems, Inc."] license = "MIT OR Apache-2.0"