From 19a466bb073bfaaf3e9bdc593eeef8cabffd6ce3 Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Sun, 18 Apr 2021 13:20:33 -0700 Subject: [PATCH] Bump the version to 0.5.2. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ea93f0..4dc7235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple_asn1" -version = "0.5.1" +version = "0.5.2" authors = ["Adam Wick "] description = "A simple DER/ASN.1 encoding/decoding library." categories = ["encoding"]