jonathan-s / serde-prefix

Allows you to use a macro prefix_all to prefix every attribute in structs and enums on serialization
MIT License
12 stars 3 forks source link

Update syn and quote versions #5

Open stanislav-tkach opened 3 years ago

stanislav-tkach commented 3 years ago

syn and quote crates have reached the 1.0 version, so it makes sense to use it. I would like to use the serde-prefix crate, but now I'm forced to depend on both 1.0 and pre-1.0 versions.