From 9764f399fbbd4cf8f97091ddd6b870457612f114 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 --- parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index bcf98be..07da692 100644 --- a/parser/Cargo.toml +++ b/parser/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"