From 23455b94a9425891f4a07274a484f545ce89d47d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 23 Jun 2019 11:32:03 +0200 Subject: [PATCH] chore: Update quickcheck to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9aef9c7..010e495 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt" ] no_std = [] # This is a no-op, preserved for backward compatibility only. [dev-dependencies] -quickcheck = "0.7" +quickcheck = "0.8"