Skip to content

Commit 6834908

Browse files
committed
Use a fork of ctest for now
1 parent 1166631 commit 6834908

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

systest/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ name = "systest"
33
version = "0.1.0"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
build = "build.rs"
6+
publish = false
67

78
[dependencies]
89
curl-sys = { path = "../curl-sys" }
910
libc = "0.2"
1011

1112
[build-dependencies]
12-
ctest = "0.2"
13+
ctest = { git = 'https://github.com/alexcrichton/ctest', branch = 'use-maybe-unini' }
1314
cc = "1.0"

0 commit comments

Comments
 (0)