Skip to content

Commit 9e54c37

Browse files
committed
Update ctest to 0.2
1 parent d9a162a commit 9e54c37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

systest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ libgit2-sys = { path = "../libgit2-sys" }
99
libc = "0.2"
1010

1111
[build-dependencies]
12-
ctest = "0.1"
12+
ctest = "0.2"

systest/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fn main() {
1616
.header("git2/sys/repository.h")
1717
.header("git2/cred_helpers.h")
1818
.include(root.join("include"))
19-
.type_name(|s, _| s.to_string());
19+
.type_name(|s, _, _| s.to_string());
2020
cfg.field_name(|_, f| {
2121
match f {
2222
"kind" => "type".to_string(),

0 commit comments

Comments
 (0)