Use upstream for utest
Fix has been merged into upstream.
This commit is contained in:
parent
7f92a8ee7b
commit
8289e626fe
|
@ -17,9 +17,9 @@ default-features = false
|
||||||
features = ["no-lang-items"]
|
features = ["no-lang-items"]
|
||||||
|
|
||||||
[target.'cfg(all(target_arch = "arm", not(any(target_env = "gnu", target_env = "musl")), target_os = "linux"))'.dev-dependencies]
|
[target.'cfg(all(target_arch = "arm", not(any(target_env = "gnu", target_env = "musl")), target_os = "linux"))'.dev-dependencies]
|
||||||
test = { git = "https://github.com/paoloteti/utest", branch = "ci" }
|
test = { git = "https://github.com/japaric/utest" }
|
||||||
utest-cortex-m-qemu = { default-features = false, git = "https://github.com/paoloteti/utest", branch = "ci" }
|
utest-cortex-m-qemu = { default-features = false, git = "https://github.com/japaric/utest" }
|
||||||
utest-macros = { git = "https://github.com/paoloteti/utest", branch = "ci" }
|
utest-macros = { git = "https://github.com/japaric/utest" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
c = ["compiler_builtins/c"]
|
c = ["compiler_builtins/c"]
|
||||||
|
|
Loading…
Reference in New Issue