Skip to content

Commit 8289e62

Browse files
committed
Use upstream for utest
Fix has been merged into upstream.
1 parent 7f92a8e commit 8289e62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testcrate/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ default-features = false
1717
features = ["no-lang-items"]
1818

1919
[target.'cfg(all(target_arch = "arm", not(any(target_env = "gnu", target_env = "musl")), target_os = "linux"))'.dev-dependencies]
20-
test = { git = "https://github.com/paoloteti/utest", branch = "ci" }
21-
utest-cortex-m-qemu = { default-features = false, git = "https://github.com/paoloteti/utest", branch = "ci" }
22-
utest-macros = { git = "https://github.com/paoloteti/utest", branch = "ci" }
20+
test = { git = "https://github.com/japaric/utest" }
21+
utest-cortex-m-qemu = { default-features = false, git = "https://github.com/japaric/utest" }
22+
utest-macros = { git = "https://github.com/japaric/utest" }
2323

2424
[features]
2525
c = ["compiler_builtins/c"]

0 commit comments

Comments
 (0)