Skip to content

Commit

Permalink
pkcs5 v0.8.0-pre.0 (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jan 8, 2024
1 parent 3556b59 commit 449d5ee
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 pkcs5/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pkcs5"
version = "0.8.0-pre"
version = "0.8.0-pre.0"
description = """
Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #5:
Password-Based Cryptography Specification Version 2.1 (RFC 8018)
Expand Down
2 changes: 1 addition & 1 deletion pkcs8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spki = { version = "=0.8.0-pre.0" }

# optional dependencies
rand_core = { version = "0.6", optional = true, default-features = false }
pkcs5 = { version = "=0.8.0-pre", optional = true }
pkcs5 = { version = "=0.8.0-pre.0", optional = true }
subtle = { version = "2", optional = true, default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 449d5ee

Please sign in to comment.