Update Cargo.toml
This commit is contained in:
parent
b93eca8ad8
commit
cf7ed809f8
@ -21,5 +21,5 @@ nom-packrat = "0.3.0"
|
|||||||
nom-recursive = {version = "0.1.1", features = ["tracer128"]}
|
nom-recursive = {version = "0.1.1", features = ["tracer128"]}
|
||||||
nom-tracable = "0.4.0"
|
nom-tracable = "0.4.0"
|
||||||
str-concat = "0.1.4"
|
str-concat = "0.1.4"
|
||||||
sv-parser-macros = {path = "../sv-parser-macros"}
|
sv-parser-macros = {version = "0.1.0", path = "../sv-parser-macros"}
|
||||||
sv-parser-syntaxtree = {path = "../sv-parser-syntaxtree"}
|
sv-parser-syntaxtree = {version = "0.1.0", path = "../sv-parser-syntaxtree"}
|
||||||
|
@ -17,6 +17,6 @@ trace = ["sv-parser-parser/trace"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
failure = "0.1.5"
|
failure = "0.1.5"
|
||||||
nom = "5.0.0"
|
nom = "5.0.0"
|
||||||
sv-parser-error = { path = "../sv-parser-error" }
|
sv-parser-error = {version = "0.1.0", path = "../sv-parser-error"}
|
||||||
sv-parser-parser = { path = "../sv-parser-parser" }
|
sv-parser-parser = {version = "0.1.0", path = "../sv-parser-parser"}
|
||||||
sv-parser-syntaxtree = { path = "../sv-parser-syntaxtree" }
|
sv-parser-syntaxtree = {version = "0.1.0", path = "../sv-parser-syntaxtree"}
|
||||||
|
@ -12,7 +12,7 @@ edition = "2018"
|
|||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sv-parser-macros = { path = "../sv-parser-macros" }
|
sv-parser-macros = {version = "0.1.0", path = "../sv-parser-macros"}
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
regex = "1"
|
regex = "1"
|
||||||
|
@ -16,10 +16,10 @@ trace = ["sv-parser-parser/trace"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nom = "5.0.0"
|
nom = "5.0.0"
|
||||||
sv-parser-error = { path = "../sv-parser-error" }
|
sv-parser-error = {version = "0.1.0", path = "../sv-parser-error"}
|
||||||
sv-parser-parser = { path = "../sv-parser-parser" }
|
sv-parser-parser = {version = "0.1.0", path = "../sv-parser-parser"}
|
||||||
sv-parser-pp = { path = "../sv-parser-pp" }
|
sv-parser-pp = {version = "0.1.0", path = "../sv-parser-pp"}
|
||||||
sv-parser-syntaxtree = { path = "../sv-parser-syntaxtree" }
|
sv-parser-syntaxtree = {version = "0.1.0", path = "../sv-parser-syntaxtree"}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
structopt = "0.3.2"
|
structopt = "0.3.2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user