Skip to content

Commit

Permalink
Bumped generic-array to v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jun 12, 2017
1 parent 9344241 commit fb0b106
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions md5/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "md5-asm"
version = "0.2.1"
version = "0.3.0"
authors = ["The RustCrypto Devs"]
license = "MIT"
description = "Assembly implementation of MD5 compression function"
Expand All @@ -10,7 +10,7 @@ keywords = ["crypto", "md5", "asm"]
categories = ["cryptography", "no-std"]

[dependencies]
generic-array = "0.7"
generic-array = "0.8"

[build-dependencies]
gcc = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions sha1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sha1-asm"
version = "0.2.1"
version = "0.3.0"
authors = ["The RustCrypto Devs"]
license = "MIT"
description = "Assembly implementation of SHA-1 compression function"
Expand All @@ -10,7 +10,7 @@ keywords = ["crypto", "sha1", "asm"]
categories = ["cryptography", "no-std"]

[dependencies]
generic-array = "0.7"
generic-array = "0.8"

[build-dependencies]
gcc = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions sha2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sha2-asm"
version = "0.2.1"
version = "0.3.0"
authors = ["The RustCrypto Devs"]
license = "MIT"
description = "Assembly implementation of SHA-2 compression functions"
Expand All @@ -10,7 +10,7 @@ keywords = ["crypto", "sha2", "asm"]
categories = ["cryptography", "no-std"]

[dependencies]
generic-array = "0.7"
generic-array = "0.8"

[build-dependencies]
gcc = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions whirlpool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whirlpool-asm"
version = "0.2.2"
version = "0.3.0"
authors = ["The RustCrypto Devs"]
license = "MIT"
description = "Assembly implementation of Whirlpool compression function"
Expand All @@ -10,7 +10,7 @@ keywords = ["crypto", "whirlpool", "asm"]
categories = ["cryptography", "no-std"]

[dependencies]
generic-array = "0.7"
generic-array = "0.8"

[build-dependencies]
gcc = "0.3"
Expand Down

0 comments on commit fb0b106

Please sign in to comment.