rust-lang-deprecated / failure

Error management
https://rust-lang-nursery.github.io/failure/
Apache License 2.0
1.42k stars 140 forks source link

Update failure_derive dependencies #330

Closed Aaron1011 closed 4 years ago

Aaron1011 commented 4 years ago

The quote, syn, and proc-macro2 crates all have 1.0 releases. Updating failure would prevent downstream crates from needing to build multiple versions of these crates (since other crates have updated to newer versions).

davidbarsky commented 4 years ago

Thanks for opening this. I've published Failure 0.1.6 with these dependencies bumped.