Skip to content

Commit cc3b499

Browse files
authored
Fix block-buffer patch (#1971)
1 parent 40508e0 commit cc3b499

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ blobby = { git = "https://github.com/RustCrypto/utils" }
2222
# https://github.com/RustCrypto/utils/pull/1192
2323
# https://github.com/RustCrypto/utils/pull/1200
2424
# https://github.com/RustCrypto/utils/pull/1201
25-
block-buffer = { git = "https://github.com/RustCrypto/utils", branch = "block-buffer/read-buf" }
25+
block-buffer = { git = "https://github.com/RustCrypto/utils" }
2626
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint" }

0 commit comments

Comments
 (0)