summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2020-06-26 21:00:36 -0400
committerGitHub <noreply@github.com>2020-06-26 21:00:36 -0400
commitffdee71864aad8f9f3c4338c3dd056467528550f (patch)
treebe5b80ee3299b6167b21ff191de97badf2826208 /Cargo.toml
parent0c07f57ba54cfc06b6411846c017bc79cee4a33a (diff)
parent2f4c89cd3133517f58bc9e42f29220a1bbb66bcc (diff)
Merge pull request #12 from ojacobson/proptest
Switch from quickcheck to proptest.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d08aaee..b4ca8a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,5 +28,5 @@ features = ["actix-web"]
[dev-dependencies]
lazy_static = "~1.4"
-quickcheck = "~0.9"
-quickcheck_macros = "~0.9"
+proptest = "~0.10"
+proptest-derive = "~0.2"