Skip to content

Commit b896607

Browse files
authored
hybrid-array v0.2.0-pre.8 (#1033)
1 parent 55a93f1 commit b896607

File tree

7 files changed

+25
-24
lines changed

7 files changed

+25
-24
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

block-buffer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "block-buffer"
3-
version = "0.11.0-pre.2"
3+
version = "0.11.0-pre.3"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "Buffer type for block processing of data"
@@ -13,7 +13,7 @@ readme = "README.md"
1313
rust-version = "1.65"
1414

1515
[dependencies]
16-
crypto-common = "=0.2.0-pre.2"
16+
crypto-common = "=0.2.0-pre.3"
1717
zeroize = { version = "1.4", optional = true, default-features = false }
1818

1919
[dev-dependencies]

block-padding/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "block-padding"
3-
version = "0.4.0-pre.2"
3+
version = "0.4.0-pre.3"
44
description = "Padding and unpadding of messages divided into blocks."
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
@@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]
1313
readme = "README.md"
1414

1515
[dependencies]
16-
hybrid-array = "=0.2.0-pre.7"
16+
hybrid-array = "=0.2.0-pre.8"
1717

1818
[features]
1919
std = []

dbl/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dbl"
3-
version = "0.4.0-pre.2"
3+
version = "0.4.0-pre.3"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "Double operation in Galois Field GF(2^128) as used by e.g. CMAC/PMAC"
@@ -12,4 +12,5 @@ rust-version = "1.65"
1212
readme = "README.md"
1313

1414
[dependencies]
15-
hybrid-array = "=0.2.0-pre.7"
15+
hybrid-array = "=0.2.0-pre.8"
16+

hybrid-array/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hybrid-array"
3-
version = "0.2.0-pre.7"
3+
version = "0.2.0-pre.8"
44
description = """
55
Hybrid typenum-based and const generic array types designed to provide the
66
flexibility of typenum-based expressions while also allowing interoperability

inout/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inout"
3-
version = "0.2.0-pre.2"
3+
version = "0.2.0-pre.3"
44
description = "Custom reference types for code generic over in-place and buffer-to-buffer modes of operation."
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
@@ -12,8 +12,8 @@ keywords = ["custom-reference"]
1212
readme = "README.md"
1313

1414
[dependencies]
15-
block-padding = { version = "=0.4.0-pre.2", path = "../block-padding", optional = true }
16-
hybrid-array = "=0.2.0-pre.7"
15+
block-padding = { version = "=0.4.0-pre.3", path = "../block-padding", optional = true }
16+
hybrid-array = "=0.2.0-pre.8"
1717

1818
[features]
1919
std = ["block-padding/std"]

inout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [RustCrypto]: Input/Output Reference Types
1+
# [RustCrypto]: In/Out Ref Types
22

33
[![crate][crate-image]][crate-link]
44
[![Docs][docs-image]][docs-link]

0 commit comments

Comments
 (0)