Skip to content

Commit

Permalink
Update ctest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Aug 12, 2018
1 parent 89ae2a1 commit 3d5a5dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion systest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ miniz-sys = { path = '../miniz-sys' }
libc = "0.2"

[build-dependencies]
ctest = "0.1.7"
ctest = "0.2.0"
2 changes: 1 addition & 1 deletion systest/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fn main() {
let mut cfg = ctest::TestGenerator::new();
cfg.header("miniz.h")
.include(concat!(env!("CARGO_MANIFEST_DIR"), "/../miniz-sys"))
.type_name(|s, _| {
.type_name(|s, _, _| {
if s == "mz_internal_state" {
"struct mz_internal_state".to_string()
} else {
Expand Down

0 comments on commit 3d5a5dd

Please sign in to comment.