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-tracable = "0.4.0"
|
||||
str-concat = "0.1.4"
|
||||
sv-parser-macros = {path = "../sv-parser-macros"}
|
||||
sv-parser-syntaxtree = {path = "../sv-parser-syntaxtree"}
|
||||
sv-parser-macros = {version = "0.1.0", path = "../sv-parser-macros"}
|
||||
sv-parser-syntaxtree = {version = "0.1.0", path = "../sv-parser-syntaxtree"}
|
||||
|
@ -17,6 +17,6 @@ trace = ["sv-parser-parser/trace"]
|
||||
[dependencies]
|
||||
failure = "0.1.5"
|
||||
nom = "5.0.0"
|
||||
sv-parser-error = { path = "../sv-parser-error" }
|
||||
sv-parser-parser = { path = "../sv-parser-parser" }
|
||||
sv-parser-syntaxtree = { path = "../sv-parser-syntaxtree" }
|
||||
sv-parser-error = {version = "0.1.0", path = "../sv-parser-error"}
|
||||
sv-parser-parser = {version = "0.1.0", path = "../sv-parser-parser"}
|
||||
sv-parser-syntaxtree = {version = "0.1.0", path = "../sv-parser-syntaxtree"}
|
||||
|
@ -12,7 +12,7 @@ edition = "2018"
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
sv-parser-macros = { path = "../sv-parser-macros" }
|
||||
sv-parser-macros = {version = "0.1.0", path = "../sv-parser-macros"}
|
||||
|
||||
[build-dependencies]
|
||||
regex = "1"
|
||||
|
@ -16,10 +16,10 @@ trace = ["sv-parser-parser/trace"]
|
||||
|
||||
[dependencies]
|
||||
nom = "5.0.0"
|
||||
sv-parser-error = { path = "../sv-parser-error" }
|
||||
sv-parser-parser = { path = "../sv-parser-parser" }
|
||||
sv-parser-pp = { path = "../sv-parser-pp" }
|
||||
sv-parser-syntaxtree = { path = "../sv-parser-syntaxtree" }
|
||||
sv-parser-error = {version = "0.1.0", path = "../sv-parser-error"}
|
||||
sv-parser-parser = {version = "0.1.0", path = "../sv-parser-parser"}
|
||||
sv-parser-pp = {version = "0.1.0", path = "../sv-parser-pp"}
|
||||
sv-parser-syntaxtree = {version = "0.1.0", path = "../sv-parser-syntaxtree"}
|
||||
|
||||
[dev-dependencies]
|
||||
structopt = "0.3.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user