From a448e540d1b35c7548f7c8e28ed26335b77c52a9 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 23 Jun 2020 07:49:05 -0700 Subject: [PATCH] Fix `systest` build --- systest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systest/Cargo.toml b/systest/Cargo.toml index cf5f0d1cd..7cda1cb95 100644 --- a/systest/Cargo.toml +++ b/systest/Cargo.toml @@ -8,4 +8,4 @@ miniz-sys = { path = '../miniz-sys' } libc = "0.2" [build-dependencies] -ctest = "0.2.0" +ctest = { git = '/~https://github.com/alexcrichton/ctest', branch = 'use-maybe-unini' }