From 456228f6468aa343c9a9c4a6887bd56f8f348f0d Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 26 Dec 2024 12:18:24 -0500 Subject: [PATCH] Use proptest 1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index abc30fa..c01cf90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ license = "MIT" edition = "2018" [dev-dependencies] -proptest = "0.10.0" +proptest = "1"