We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1166631 commit 6834908Copy full SHA for 6834908
systest/Cargo.toml
@@ -3,11 +3,12 @@ name = "systest"
3
version = "0.1.0"
4
authors = ["Alex Crichton <[email protected]>"]
5
build = "build.rs"
6
+publish = false
7
8
[dependencies]
9
curl-sys = { path = "../curl-sys" }
10
libc = "0.2"
11
12
[build-dependencies]
-ctest = "0.2"
13
+ctest = { git = 'https://github.com/alexcrichton/ctest', branch = 'use-maybe-unini' }
14
cc = "1.0"
0 commit comments