1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 06:54:46 +00:00

dependency management

This commit is contained in:
Dominic 2020-04-15 23:15:13 +02:00
parent 40e6d1bc03
commit a493071ff8
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
7 changed files with 16 additions and 23 deletions

View file

@ -18,9 +18,9 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
[dependencies]
heck = "0.3.1"
proc-macro2 = "1.0.8"
quote = "1.0.2"
syn = { version = "1.0.14", features = ["extra-traits", "full"] }
proc-macro2 = "1.0.10"
quote = "1.0.3"
syn = { version = "1.0.17", features = ["extra-traits", "full"] }
[features]
default = []