From 8289e626fe8d9d0d78bd2d6579f75a47ed98f652 Mon Sep 17 00:00:00 2001 From: Paolo Teti Date: Sat, 24 Feb 2018 22:48:27 +0100 Subject: [PATCH] Use upstream for utest Fix has been merged into upstream. --- testcrate/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testcrate/Cargo.toml b/testcrate/Cargo.toml index d88acda..7544d94 100644 --- a/testcrate/Cargo.toml +++ b/testcrate/Cargo.toml @@ -17,9 +17,9 @@ default-features = false features = ["no-lang-items"] [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" } -utest-cortex-m-qemu = { default-features = false, git = "https://github.com/paoloteti/utest", branch = "ci" } -utest-macros = { 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/japaric/utest" } +utest-macros = { git = "https://github.com/japaric/utest" } [features] c = ["compiler_builtins/c"]