From 38aaea20db36768978b422aa2a2f7dc3f65aef51 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sun, 17 Mar 2024 01:40:46 -0700 Subject: [PATCH] Update to quickcheck 1.0 --- saphyr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saphyr/Cargo.toml b/saphyr/Cargo.toml index bcf98be..07da692 100644 --- a/saphyr/Cargo.toml +++ b/saphyr/Cargo.toml @@ -20,7 +20,7 @@ hashlink = "0.8" [dev-dependencies] libtest-mimic = "0.3.0" -quickcheck = "0.9" +quickcheck = "1.0" [profile.release-lto] inherits = "release"