update syn 1.0.60, proc-macro2 1.0.24, quote 1.0.9
This commit is contained in:
parent
852435058e
commit
b1b3e72050
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "itconfig-macro"
|
name = "itconfig-macro"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
|
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
|
||||||
description = "Easy build a configs from environment variables and use it in globally."
|
description = "Easy build a configs from environment variables and use it in globally."
|
||||||
categories = ["config", "web-programming"]
|
categories = ["config", "web-programming"]
|
||||||
|
@ -17,9 +17,9 @@ readme = "../itconfig/README.md"
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = "1.0.16"
|
syn = "1.0.60"
|
||||||
quote = "1.0.3"
|
quote = "1.0.9"
|
||||||
proc-macro2 = "1.0.9"
|
proc-macro2 = "1.0.24"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
itconfig = { path = "../itconfig" }
|
itconfig = { path = "../itconfig" }
|
||||||
|
|
Reference in a new issue