From 7b6e48d8fb7acf6bd612e9672e3619d00972c785 Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Wed, 15 Jul 2020 08:20:25 -0700 Subject: [PATCH] Bump minor version, to address license change. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5ed60f..1d0db22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple_asn1" -version = "0.4.0" +version = "0.4.1" authors = ["Adam Wick "] description = "A simple DER/ASN.1 encoding/decoding library." categories = ["encoding"]