From 2cbe198efca0b333f5482621c71e15354d206c44 Mon Sep 17 00:00:00 2001 From: Steven Johnson Date: Mon, 7 Oct 2024 09:38:02 +0700 Subject: [PATCH] Update Cargo.toml --- rust/c509-certificate/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/c509-certificate/Cargo.toml b/rust/c509-certificate/Cargo.toml index 38dbba9e4a7..41f874f2a87 100644 --- a/rust/c509-certificate/Cargo.toml +++ b/rust/c509-certificate/Cargo.toml @@ -2,7 +2,7 @@ name = "c509-certificate" description = "C509 certificate implementation" keywords = ["cardano", "catalyst", "c509 certificate", "certificate", "x509"] -version = "0.0.2" +version = "0.0.3" authors = [ "Arissara Chotivichit " ]