From 90d24b6d89e0df51216f5fdbaaab712c53a0869a Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Fri, 8 Jan 2021 09:20:05 -0800 Subject: [PATCH] Version number bump (0.5.0 --> 0.5.1) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c4d7e8..05ae456 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple_asn1" -version = "0.5.0" +version = "0.5.1" authors = ["Adam Wick "] description = "A simple DER/ASN.1 encoding/decoding library." categories = ["encoding"]