calebwin / emu

The write-once-run-anywhere GPGPU library for Rust
https://calebwin.github.io/emu
MIT License
1.59k stars 53 forks source link

Update proc_macro2 version and use new API #32

Closed sezna closed 4 years ago

sezna commented 4 years ago

Update quote, syn, and proc_macro2 to use the latest dependencies, closes #31

sezna commented 4 years ago

I also updated all the tests to reflect the new formatting provided by the newer proc macro APIs.

calebwin commented 4 years ago

Thank you for helping with this, appreciate it.