Skip to content

Commit

Permalink
pem-rfc7468 v1.0.0-pre.0 (#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jan 7, 2024
1 parent 450f194 commit ad0b44e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 der/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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", optional = true }
flagset = { version = "0.4.4", optional = true }
pem-rfc7468 = { version = "=1.0.0-pre", optional = true, features = ["alloc"] }
pem-rfc7468 = { version = "=1.0.0-pre.0", optional = true, features = ["alloc"] }
time = { version = "0.3.4", optional = true, default-features = false }
zeroize = { version = "1.5", 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"
version = "1.0.0-pre.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 ad0b44e

Please sign in to comment.