From 84bd0c6642c024fde718f1339358298cb24c7928 Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Fri, 16 Nov 2018 10:32:32 -0800 Subject: [PATCH] Bump version to get tag change. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc34661..e9d974b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple_asn1" -version = "0.2.0" +version = "0.2.1" authors = ["Adam Wick "] description = "A simple DER/ASN.1 encoding/decoding library." categories = ["encoding"]