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

Commit d3733de

Browse files
committed
Fix probe-rs-rtt build failure
1 parent c97b7a3 commit d3733de

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

Cargo.lock

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,9 @@ hidapi = "=1.2.3"
3939
defmt = []
4040

4141
[patch.crates-io]
42-
probe-rs = { path = "../probe-rs/probe-rs" }
42+
probe-rs = { git = "https://github.com/rp-rs/probe-rs" }
43+
probe-rs-rtt = { git = "https://github.com/probe-rs/probe-rs-rtt" }
44+
45+
[patch."https://github.com/probe-rs/probe-rs"]
46+
probe-rs = { git = "https://github.com/rp-rs/probe-rs" }
47+

0 commit comments

Comments
 (0)