chore: add itconfig-macro version
This commit is contained in:
parent
e501831014
commit
172d7a57c6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ readme = "README.md"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
failure = { version = "0.1.7", features = ["derive"]}
|
failure = { version = "0.1.7", features = ["derive"]}
|
||||||
serde_json = { version = "1.0.44", optional = true }
|
serde_json = { version = "1.0.44", optional = true }
|
||||||
itconfig-macro = { path = "../itconfig-macro", optional = true }
|
itconfig-macro = { version = "1.0", path = "../itconfig-macro", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
|
Reference in a new issue