Skip to content

Commit

Permalink
Fix CI // missing git branch (#1363)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
baloo and tarcieri authored Mar 4, 2024
1 parent f1beabf commit 8a14cd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ whirlpool = { git = "https://github.com/RustCrypto/hashes.git" }

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

0 comments on commit 8a14cd2

Please sign in to comment.