Skip to content

Commit b4c5b54

Browse files
authored
Merge pull request #49 from RustCrypto/block-buffer/generic-array-v0.14
block-buffer: bump generic array to v0.14
2 parents b1bcd71 + 4bae0a1 commit b4c5b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block-buffer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]
1313
byteorder = { version = "1.1", default-features = false }
1414
byte-tools = "0.3"
1515
block-padding = "0.1"
16-
generic-array = "0.13"
16+
generic-array = "0.14"
1717

1818
[badges]
1919
travis-ci = { repository = "RustCrypto/utils" }

0 commit comments

Comments
 (0)