Skip to content

Commit cf3613d

Browse files
balootarcieri
andauthored
Fix CI // missing git branch (#1363)
* Fix CI // missing git branch After RustCrypto/signatures#809 the branch has been removed, and this now breaks the CI. Switch to master instead. * Update Cargo.toml --------- Co-authored-by: Tony Arcieri <bascule@gmail.com>
1 parent 0f44d93 commit cf3613d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -67,4 +67,4 @@ whirlpool = { git = "https://github.com/RustCrypto/hashes.git" }
6767

6868
# https://github.com/RustCrypto/formats/pull/1055
6969
# https://github.com/RustCrypto/signatures/pull/809
70-
ecdsa = { git = "https://github.com/turbocool3r/signatures", branch = "custom-errors" }
70+
ecdsa = { git = "https://github.com/RustCrypto/signatures" }

0 commit comments

Comments
 (0)