Skip to content

Commit

Permalink
[WIP] crypto-common v0.2.0-pre.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Feb 1, 2024
1 parent 39a7820 commit ce9742a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
15 changes: 13 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 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.4"
crypto-common = "=0.2.0-pre.5"
inout = "=0.2.0-pre.4"

# 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.4"
version = "0.2.0-pre.5"
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.4"
crypto-common = "=0.2.0-pre.5"

# optional dependencies
block-buffer = { version = "=0.11.0-pre.4", optional = true }
Expand Down

0 comments on commit ce9742a

Please sign in to comment.