diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2020-06-26 21:00:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-26 21:00:36 -0400 |
| commit | ffdee71864aad8f9f3c4338c3dd056467528550f (patch) | |
| tree | be5b80ee3299b6167b21ff191de97badf2826208 /Cargo.toml | |
| parent | 0c07f57ba54cfc06b6411846c017bc79cee4a33a (diff) | |
| parent | 2f4c89cd3133517f58bc9e42f29220a1bbb66bcc (diff) | |
Merge pull request #12 from ojacobson/proptest
Switch from quickcheck to proptest.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
