From bc156c36d76d91b77cdf8f1f231e2c554ea0e454 Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Wed, 20 Oct 2021 10:08:05 -0700 Subject: [PATCH] Bump version number to reflect API change. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0bb2ebb..c908d88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple_asn1" -version = "0.5.4" +version = "0.6.0" authors = ["Adam Wick "] description = "A simple DER/ASN.1 encoding/decoding library." categories = ["encoding"]