Skip to content

Commit

Permalink
crypto-common v0.2.0-pre.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Dec 31, 2023
1 parent d64c0fd commit 8270626
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
19 changes: 9 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ members = [
]

[patch.crates-io]
block-buffer = { git = "https://github.com/RustCrypto/utils.git", branch = "crypto-common/v0.2.0-pre.2" }
crypto-common = { path = "crypto-common" }
inout = { git = "https://github.com/RustCrypto/utils.git" }
inout = { git = "https://github.com/RustCrypto/utils.git", branch = "crypto-common/v0.2.0-pre.2" }
2 changes: 1 addition & 1 deletion aead/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["cryptography", "no-std"]
rust-version = "1.65"

[dependencies]
crypto-common = "=0.2.0-pre.1"
crypto-common = "=0.2.0-pre.2"

# optional dependencies
arrayvec = { version = "0.7", optional = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion cipher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["crypto", "block-cipher", "stream-cipher", "trait"]
categories = ["cryptography", "no-std"]

[dependencies]
crypto-common = "=0.2.0-pre.1"
crypto-common = "=0.2.0-pre.2"
inout = "=0.2.0-pre.1"

# optional dependencies
Expand Down
2 changes: 1 addition & 1 deletion crypto-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crypto-common"
description = "Common cryptographic traits"
version = "0.2.0-pre.1"
version = "0.2.0-pre.2"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion digest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["digest", "crypto", "hash"]
categories = ["cryptography", "no-std"]

[dependencies]
crypto-common = "=0.2.0-pre.1"
crypto-common = "=0.2.0-pre.2"

# optional dependencies
block-buffer = { version = "=0.11.0-pre.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion universal-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["crypto", "mac"]
categories = ["cryptography", "no-std"]

[dependencies]
crypto-common = "=0.2.0-pre.1"
crypto-common = "=0.2.0-pre.2"
subtle = { version = "2.4", default-features = false }

[features]
Expand Down

0 comments on commit 8270626

Please sign in to comment.