From c428ebad348c012089aa0845c9502ec220515602 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 7 May 2022 17:06:12 -0600 Subject: [PATCH] sec1 v0.3.0-pre.4 (#650) --- Cargo.lock | 2 +- der/Cargo.toml | 2 +- sec1/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d23041fd5..0b82b0624 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1256,7 +1256,7 @@ dependencies = [ [[package]] name = "sec1" -version = "0.3.0-pre.3" +version = "0.3.0-pre.4" dependencies = [ "base16ct 0.1.1", "der 0.6.0-pre.4", diff --git a/der/Cargo.toml b/der/Cargo.toml index e3859a090..a47402d2a 100644 --- a/der/Cargo.toml +++ b/der/Cargo.toml @@ -9,7 +9,7 @@ full support for heapless no_std targets authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/formats/tree/master/der" -categories = ["cryptography", "data-structures", "encoding", "no-std", "parsing"] +categories = ["cryptography", "data-structures", "encoding", "no-std", "parser-implementations"] keywords = ["asn1", "crypto", "itu", "pkcs"] readme = "README.md" edition = "2021" diff --git a/sec1/Cargo.toml b/sec1/Cargo.toml index 09d1bc409..cf07156ff 100644 --- a/sec1/Cargo.toml +++ b/sec1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sec1" -version = "0.3.0-pre.3" # Also update html_root_url in lib.rs when bumping this +version = "0.3.0-pre.4" # Also update html_root_url in lib.rs when bumping this description = """ Pure Rust implementation of SEC1: Elliptic Curve Cryptography encoding formats including ASN.1 DER-serialized private keys as well as the