Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Fix probe-rs-rtt build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Jan 25, 2021
1 parent c97b7a3 commit d3733de
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
17 changes: 9 additions & 8 deletions Cargo.lock

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

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@ hidapi = "=1.2.3"
defmt = []

[patch.crates-io]
probe-rs = { path = "../probe-rs/probe-rs" }
probe-rs = { git = "https://github.com/rp-rs/probe-rs" }
probe-rs-rtt = { git = "https://github.com/probe-rs/probe-rs-rtt" }

[patch."https://github.com/probe-rs/probe-rs"]
probe-rs = { git = "https://github.com/rp-rs/probe-rs" }

0 comments on commit d3733de

Please sign in to comment.