Skip to content

Commit

Permalink
pem-rfc7468 v1.0.0-rc.0 (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jul 26, 2024
1 parent bc1373f commit 1c23f2b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
15 changes: 12 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 cms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ zeroize = { version = "1.8.1", optional = true }
[dev-dependencies]
getrandom = "0.2"
hex-literal = "0.4"
pem-rfc7468 = "=1.0.0-pre.0"
pem-rfc7468 = "=1.0.0-rc.0"
pkcs5 = "=0.8.0-pre.0"
rand = "0.8.5"
rsa = { version = "=0.10.0-pre.1", features = ["sha2"] }
Expand Down
2 changes: 1 addition & 1 deletion der/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bytes = { version = "1", optional = true, default-features = false }
const-oid = { version = "=0.10.0-pre.2", optional = true }
der_derive = { version = "=0.8.0-pre.0", optional = true }
flagset = { version = "0.4.6", optional = true }
pem-rfc7468 = { version = "=1.0.0-pre.0", optional = true, features = ["alloc"] }
pem-rfc7468 = { version = "1.0.0-rc.0", optional = true, features = ["alloc"] }
time = { version = "0.3.4", optional = true, default-features = false }
zeroize = { version = "1.8", optional = true, default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion pem-rfc7468/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pem-rfc7468"
version = "1.0.0-pre.0"
version = "1.0.0-rc.0"
description = """
PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing a
strict subset of the original Privacy-Enhanced Mail encoding intended
Expand Down

0 comments on commit 1c23f2b

Please sign in to comment.