1
0
mirror of https://github.com/danog/strum.git synced 2024-11-26 20:14:40 +01:00

Fixed Cargo.toml for strum_macros

This commit is contained in:
Peter Glotfelty 2017-02-11 23:05:15 -08:00
parent d3b7b7e761
commit dca3affc35

View File

@ -17,5 +17,5 @@ proc-macro = true
name = "strum_macros"
[dependencies]
quote = "*"
syn = "*"
quote = "0.3.12"
syn = "0.11.4"