Skip to content

Commit 8b70488

Browse files
authored
Merge pull request #97 from joshtriplett/upgrade-ctest2
Upgrade ctest2, now that it no longer uses mem::zeroed
2 parents fdd07d4 + 9a9b1cf commit 8b70488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ libz-sys = { path = "..", default-features = false, features = ["libc"] }
99
libc = "0.2"
1010

1111
[build-dependencies]
12-
ctest2 = "0.3"
12+
ctest2 = "0.4.4"
1313

1414
[features]
1515
libz-static = ["libz-sys/static"]

0 commit comments

Comments
 (0)