Files
rust-minecraft-protocol/protocol-derive
Benjamin Givens 41c185fcb1 Depend directly on proc_macro2 for Span
The latest version of syn no longer exports the Span type in the
way protocol-derive expected. This means that new users will get
a compile error saying "could not find `export` in `syn`". By
depending on proc_macro2 for the definition of Span, this is
easily resolved.
2021-05-01 15:39:45 -04:00
..
2020-04-15 04:01:52 +03:00