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:
parent
40e6d1bc03
commit
a493071ff8
7 changed files with 16 additions and 23 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue