We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a162a commit 9e54c37Copy full SHA for 9e54c37
systest/Cargo.toml
@@ -9,4 +9,4 @@ libgit2-sys = { path = "../libgit2-sys" }
9
libc = "0.2"
10
11
[build-dependencies]
12
-ctest = "0.1"
+ctest = "0.2"
systest/build.rs
@@ -16,7 +16,7 @@ fn main() {
16
.header("git2/sys/repository.h")
17
.header("git2/cred_helpers.h")
18
.include(root.join("include"))
19
- .type_name(|s, _| s.to_string());
+ .type_name(|s, _, _| s.to_string());
20
cfg.field_name(|_, f| {
21
match f {
22
"kind" => "type".to_string(),
0 commit comments