BurntSushi / quickcheck

Automated property based testing for Rust (with shrinking).
The Unlicense
2.4k stars 149 forks source link

Upgrade syn, quote, and proc-macro2 deps to 1.0 #248

Closed lopopolo closed 4 years ago

lopopolo commented 4 years ago

Updated the version specifiers in Cargo.toml of quickcheck_macros and fixed the compiler errors.

I don't have any experience with syn and was following the docs and compiler errors. I think I got it right.

BurntSushi commented 4 years ago

Thanks!