Skip to content

Commit 3e1aefd

Browse files
committed
pkcs12 v0.2.0-pre.0
1 parent 8d41f6a commit 3e1aefd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkcs12/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pkcs12"
3-
version = "0.2.0-pre"
3+
version = "0.2.0-pre.0"
44
description = """
55
Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #12:
66
Personal Information Exchange Syntax v1.1 (RFC7292)
@@ -41,4 +41,3 @@ pem = ["der/pem", "x509-cert/pem"]
4141
[package.metadata.docs.rs]
4242
all-features = true
4343
rustdoc-args = ["--cfg", "docsrs"]
44-

0 commit comments

Comments
 (0)