Upgrade quickcheck_macros to 0.9

This commit is contained in:
Matthew Gordon 2020-05-22 21:12:36 -04:00
parent c02ad9637d
commit 01259e1e55
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ alga = "0.9"
itertools = "0.9" itertools = "0.9"
obj = "0.9" obj = "0.9"
quickcheck = "0.9" quickcheck = "0.9"
quickcheck_macros = "0.8" quickcheck_macros = "0.9"
rayon = "1.3" rayon = "1.3"
sdl2 = "0.32" sdl2 = "0.32"
simba = "0.1.2" simba = "0.1.2"