Skip to content

Commit

Permalink
pkcs8 0.9.0-pre.3 (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored May 6, 2022
1 parent 17742f7 commit 5a9f47f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkcs1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.57"
der = { version = "=0.6.0-pre.4", features = ["oid"], path = "../der" }

# optional dependencies
pkcs8 = { version = "=0.9.0-pre.2", optional = true, default-features = false, path = "../pkcs8" }
pkcs8 = { version = "=0.9.0-pre.3", optional = true, default-features = false, path = "../pkcs8" }
zeroize = { version = "1", optional = true, default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion pkcs8/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pkcs8"
version = "0.9.0-pre.2" # Also update html_root_url in lib.rs when bumping this
version = "0.9.0-pre.3" # Also update html_root_url in lib.rs when bumping this
description = """
Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8:
Private-Key Information Syntax Specification (RFC 5208), with additional
Expand Down
2 changes: 1 addition & 1 deletion sec1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.57"
[dependencies]
der = { version = "=0.6.0-pre.4", optional = true, features = ["oid"], path = "../der" }
generic-array = { version = "0.14.4", optional = true, default-features = false }
pkcs8 = { version = "=0.9.0-pre.2", optional = true, default-features = false, path = "../pkcs8" }
pkcs8 = { version = "=0.9.0-pre.3", optional = true, default-features = false, path = "../pkcs8" }
serde = { version = "1.0.16", optional = true, default-features = false }
subtle = { version = "2", optional = true, default-features = false }
zeroize = { version = "1", optional = true, default-features = false }
Expand Down

0 comments on commit 5a9f47f

Please sign in to comment.