Skip to content

Commit

Permalink
pkcs8 v0.8.0-pre.0 (RustCrypto#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jan 8, 2024
1 parent a7cbb83 commit 68fb766
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 @@ -19,7 +19,7 @@ der = { version = "=0.8.0-pre.0", features = ["oid"] }
spki = { version = "=0.8.0-pre.0" }

# optional dependencies
pkcs8 = { version = "=0.11.0-pre", optional = true, default-features = false }
pkcs8 = { version = "=0.11.0-pre.0", optional = true, default-features = false }

[dev-dependencies]
const-oid = { version = "=0.10.0-pre.2", features = ["db"] }
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.11.0-pre"
version = "0.11.0-pre.0"
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 @@ -19,7 +19,7 @@ rust-version = "1.71"
base16ct = { version = "0.2", optional = true, default-features = false }
der = { version = "=0.8.0-pre.0", optional = true, features = ["oid"] }
hybrid-array = { version = "=0.2.0-pre.8", optional = true, default-features = false }
pkcs8 = { version = "=0.11.0-pre", optional = true, default-features = false }
pkcs8 = { version = "=0.11.0-pre.0", optional = true, default-features = false }
serdect = { version = "=0.3.0-pre.0", optional = true, default-features = false, features = ["alloc"] }
subtle = { version = "2", optional = true, default-features = false }
zeroize = { version = "1", optional = true, default-features = false }
Expand Down

0 comments on commit 68fb766

Please sign in to comment.