Skip to content
Snippets Groups Projects
Commit 5441e3f9 authored by Per Lindgren's avatar Per Lindgren
Browse files

fixed the missing import and Cargo.toml (no longer assuming a local path to probe.rs)

parent a8b6f47b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
probe-rs = { path = "../../probe-rs/probe-rs", version = "0.3.0" }
probe-rs = { version = "0.3.0" }
ktest = { path = "../ktest", version = "0.1.0" }
failure = "0.1.6"
......
use ktest::{read_ktest, KTEST};
pub mod common;
use probe_rs::{
config::registry::{Registry, SelectionStrategy},
coresight::memory::MI,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment