diff options
| author | Quentin Smith <[email protected]> | 2022-08-20 14:16:06 -0400 |
|---|---|---|
| committer | Quentin Smith <[email protected]> | 2022-08-20 14:16:06 -0400 |
| commit | 614b894ff871add9f0394fcf9ef220f133c4aae4 (patch) | |
| tree | 9f0894bf846ff8f158ec692eec7ffe9340e8c461 /examples | |
| parent | 0c7ad547935fa684b32c6fc59ac9d911f2e021a3 (diff) | |
Switch to crates.io version of systemview-target
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/nrf-rtos-trace/Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/nrf-rtos-trace/Cargo.toml b/examples/nrf-rtos-trace/Cargo.toml index 52b4bb7ee..b0907f92c 100644 --- a/examples/nrf-rtos-trace/Cargo.toml +++ b/examples/nrf-rtos-trace/Cargo.toml | |||
| @@ -27,12 +27,9 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa | |||
| 27 | rand = { version = "0.8.4", default-features = false } | 27 | rand = { version = "0.8.4", default-features = false } |
| 28 | serde = { version = "1.0.136", default-features = false } | 28 | serde = { version = "1.0.136", default-features = false } |
| 29 | rtos-trace = "0.1.3" | 29 | rtos-trace = "0.1.3" |
| 30 | systemview-target = { version = "0.1.1", features = ["callbacks-app", "callbacks-os", "log", "cortex-m"] } | 30 | systemview-target = { version = "0.1.2", features = ["callbacks-app", "callbacks-os", "log", "cortex-m"] } |
| 31 | log = { version = "0.4.17", optional = true } | 31 | log = { version = "0.4.17", optional = true } |
| 32 | 32 | ||
| 33 | [[bin]] | 33 | [[bin]] |
| 34 | name = "rtos_trace" | 34 | name = "rtos_trace" |
| 35 | required-features = ["nightly"] | 35 | required-features = ["nightly"] |
| 36 | |||
| 37 | [patch.crates-io] | ||
| 38 | systemview-target = { git = "https://gitlab.com/bern-rtos/tools/rtos-trace.git", rev = "3f68ec60f07aa87c191628568263f57073aa3dab" } | ||
