From 7a7b8fdbc361424ebd7991ebe414c8d6b5a43e06 Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Fri, 14 Dec 2018 08:20:05 -0800 Subject: [PATCH] Bump version number after a somewhat major change. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb782f6..77d6f04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple_asn1" -version = "0.2.1" +version = "0.3.0" authors = ["Adam Wick "] description = "A simple DER/ASN.1 encoding/decoding library." categories = ["encoding"]