aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/nrf-rtos-trace/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/nrf-rtos-trace/Cargo.toml b/examples/nrf-rtos-trace/Cargo.toml
index bdf49f574..52b4bb7ee 100644
--- a/examples/nrf-rtos-trace/Cargo.toml
+++ b/examples/nrf-rtos-trace/Cargo.toml
@@ -35,5 +35,4 @@ name = "rtos_trace"
35required-features = ["nightly"] 35required-features = ["nightly"]
36 36
37[patch.crates-io] 37[patch.crates-io]
38rtos-trace = { git = "https://gitlab.com/quentinmit/rtos-trace.git", branch = "build-fix" } 38systemview-target = { git = "https://gitlab.com/bern-rtos/tools/rtos-trace.git", rev = "3f68ec60f07aa87c191628568263f57073aa3dab" }
39systemview-target = { git = "https://gitlab.com/quentinmit/rtos-trace.git", branch = "build-fix" }