Skip to content

Commit 6ce0942

Browse files
committed
quickcheck 1
1 parent cb58438 commit 6ce0942

File tree

2 files changed

+53
-36
lines changed

2 files changed

+53
-36
lines changed

Cargo.lock

+51-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

age/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ wsl = { version = "0.1", optional = true }
8989
criterion = "0.3"
9090
criterion-cycles-per-byte = "0.1"
9191
futures-test = "0.3"
92-
quickcheck = "0.9"
93-
quickcheck_macros = "0.9"
92+
quickcheck = "1"
93+
quickcheck_macros = "1"
9494

9595
[features]
9696
default = []

0 commit comments

Comments
 (0)