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"