Skip to content

Commit

Permalink
Merge pull request #222 from quartiq/rs/hotfix-221
Browse files Browse the repository at this point in the history
Fixing non-existent dependency
  • Loading branch information
jordens authored May 3, 2022
2 parents 02aed07 + e0fba3a commit b18fd82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ built = { version = "0.5", features = ["git2"], default-features = false }

# Add RawDevice support for the W5500 to operate as an external MAC
[patch.crates-io.w5500]
git = "https://github.com/quartiq/w5500"
rev = "5a03d6d720a642841523309170b038baa98229eb"
git = "https://github.com/kellerkindt/w5500"
rev = "aa5eb1d4bf29b9e3c8ce0f685081440e320f5b7e"

[dependencies.stm32f4xx-hal]
git = "https://github.com/stm32-rs/stm32f4xx-hal"
Expand Down

0 comments on commit b18fd82

Please sign in to comment.