Skip to content

Commit

Permalink
aead v0.5.0-pre.2 (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jul 2, 2022
1 parent d34c61d commit cbaec60
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 aead/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "aead"
version = "0.5.0-pre.1" # Also update html_root_url in lib.rs when bumping this
version = "0.5.0-pre.2" # Also update html_root_url in lib.rs when bumping this
description = """
Traits for Authenticated Encryption with Associated Data (AEAD) algorithms,
such as AES-GCM as ChaCha20Poly1305, which provide a high-level API
Expand Down
2 changes: 1 addition & 1 deletion crypto/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
rust-version = "1.57"

[dependencies]
aead = { version = "=0.5.0-pre.1", optional = true, path = "../aead" }
aead = { version = "=0.5.0-pre.2", optional = true, path = "../aead" }
cipher = { version = "0.4", optional = true }
digest = { version = "0.10", optional = true }
elliptic-curve = { version = "0.12", optional = true, path = "../elliptic-curve" }
Expand Down

0 comments on commit cbaec60

Please sign in to comment.