Minor fix toml files (#4291)

This commit is contained in:
Yuanchao Sun
2019-12-05 20:00:45 +08:00
committed by Gavin Wood
parent 0a3f326e56
commit e2bf02f138
7 changed files with 8 additions and 8 deletions
@@ -8,7 +8,7 @@ edition = "2018"
proc-macro = true
[dependencies]
syn = { version = "1.0.7", features = [ "full", "visit" ] }
syn = { version = "1.0.7", features = ["full", "visit"] }
quote = "1.0"
proc-macro2 = "1.0.6"
proc-macro-crate = "0.1.4"