Skip to content

Commit

Permalink
Merge pull request #151 from RustCrypto/block-buffer/v0.8
Browse files Browse the repository at this point in the history
Bump `block-buffer` to v0.8 release
  • Loading branch information
tarcieri authored Jun 4, 2020
2 parents 55cfbba + e2a554f commit ed36412
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 19 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ members = [

[patch.crates-io]
digest = { git = "https://github.com/RustCrypto/traits" }
block-buffer = { git = "https://github.com/RustCrypto/utils" }
crypto-mac = { git = "https://github.com/rustcrypto/traits" }
2 changes: 1 addition & 1 deletion gost94/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]

[dependencies]
digest = "= 0.9.0-pre"
block-buffer = "= 0.8.0-pre"
block-buffer = "0.8"
opaque-debug = "0.2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion groestl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]

[dependencies]
digest = "= 0.9.0-pre"
block-buffer = "= 0.8.0-pre"
block-buffer = "0.8"
opaque-debug = "0.2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion md2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]

[dependencies]
digest = "= 0.9.0-pre"
block-buffer = "= 0.8.0-pre"
block-buffer = "0.8"
opaque-debug = "0.2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion md4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]

[dependencies]
digest = "= 0.9.0-pre"
block-buffer = "= 0.8.0-pre"
block-buffer = "0.8"
fake-simd = "0.1"
opaque-debug = "0.2"

Expand Down
2 changes: 1 addition & 1 deletion md5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "md5"

[dependencies]
digest = "= 0.9.0-pre"
block-buffer = "= 0.8.0-pre"
block-buffer = "0.8"
md5-asm = { version = "0.4", optional = true}
opaque-debug = "0.2"

Expand Down
2 changes: 1 addition & 1 deletion ripemd160/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]

[dependencies]
digest = "= 0.9.0-pre"
block-buffer = "= 0.8.0-pre"
block-buffer = "0.8"
opaque-debug = "0.2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ripemd320/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]

[dependencies]
digest = "= 0.9.0-pre"
block-buffer = "= 0.8.0-pre"
block-buffer = "0.8"
opaque-debug = "0.2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion sha1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "sha1"

[dependencies]
digest = "= 0.9.0-pre"
block-buffer = "= 0.8.0-pre"
block-buffer = "0.8"
fake-simd = "0.1"
sha1-asm = { version = "0.4", optional = true }
opaque-debug = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions sha2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ keywords = ["crypto", "sha2", "hash", "digest"]
categories = ["cryptography", "no-std"]

[dependencies]
digest = { version = "= 0.9.0-pre" }
block-buffer = { version = "= 0.8.0-pre" }
digest = "= 0.9.0-pre"
block-buffer = "0.8"
fake-simd = "0.1"
opaque-debug = "0.2"
sha2-asm = { version = "0.5", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion sha3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]

[dependencies]
digest = "= 0.9.0-pre"
block-buffer = "= 0.8.0-pre"
block-buffer = "0.8"
byte-tools = "0.3"
opaque-debug = "0.2"
keccak = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion shabal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]

[dependencies]
digest = "= 0.9.0-pre"
block-buffer = "= 0.8.0-pre"
block-buffer = "0.8"
opaque-debug = "0.2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion streebog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]

[dependencies]
digest = "= 0.9.0-pre"
block-buffer = "= 0.8.0-pre"
block-buffer = "0.8"
byte-tools = "0.3"
opaque-debug = "0.2"

Expand Down
2 changes: 1 addition & 1 deletion whirlpool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]

[dependencies]
digest = "= 0.9.0-pre"
block-buffer = "= 0.8.0-pre"
block-buffer = "0.8"
byte-tools = "0.3"
opaque-debug = "0.2"
whirlpool-asm = { version = "0.5", optional = true }
Expand Down

0 comments on commit ed36412

Please sign in to comment.