Skip to content

Commit

Permalink
Depend on official nrf-usbd repository (#450)
Browse files Browse the repository at this point in the history
Now that nrf-rs/nrf-usbd#17 has been merged.
  • Loading branch information
ia0 authored May 3, 2024
1 parent 6778926 commit 50983b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/runner-nordic/Cargo.lock

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

6 changes: 4 additions & 2 deletions crates/runner-nordic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,7 @@ release = ["dep:panic-abort"]
native = ["wasefire-scheduler/native"]
wasm = ["dep:wasefire-interpreter", "wasefire-scheduler/wasm"]

[patch.crates-io]
nrf-usbd = { git = "https://github.com/ia0/nrf-usbd.git", branch = "bump" }
# TODO(nrf-usbd > 0.2): Remove once the update makes it to nrf-hal-common and nrf52840-hal.
[patch.crates-io.nrf-usbd]
git = "https://github.com/nrf-rs/nrf-usbd.git"
rev = "c736b03214e740d06251266b56d36c648a6c7f1b"

0 comments on commit 50983b8

Please sign in to comment.