Migrate ff_derive to syn 0.14 and quote 0.6

This commit is contained in:
Jack Grigg
2018-06-27 07:33:17 -04:00
parent 755fc7aba8
commit 428f463555
2 changed files with 100 additions and 74 deletions

View File

@@ -12,8 +12,9 @@ repository = "https://github.com/ebfull/ff"
proc-macro = true
[dependencies]
syn = "0.11"
quote = "0.3"
num-bigint = "0.1"
num-traits = "0.1"
num-integer = "0.1"
proc-macro2 = "0.4"
quote = "0.6"
syn = "0.14"