Skip to content

Commit

Permalink
fix: patch yanked [email protected] with git commit (#2210)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 authored and elmattic committed Nov 16, 2022
1 parent f834bf5 commit 4a0272a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ members = [
]
resolver = "2"

[patch.crates-io]
# temporary solution to [email protected] being yanked, we should propose bitvec upgrade to upstream filecoin crates
# tracking issue: https://github.com/bitvecto-rs/funty/issues/7
funty = { git = "https://github.com/bitvecto-rs/funty/", rev = "7ef0d890fbcd8b3def1635ac1a877fc298488446" }

[workspace.dependencies]
ahash = "0.8"
anyhow = "1.0"
Expand Down

0 comments on commit 4a0272a

Please sign in to comment.