Prepare to v0.3.0 of sv-parser-syntaxtree

This commit is contained in:
dalance 2019-10-29 17:05:48 +09:00
parent 5ada41acc2
commit 77595a67de
4 changed files with 4 additions and 4 deletions

View File

@ -27,4 +27,4 @@ nom-recursive = {version = "0.1.1", features = ["tracer128"]}
nom-tracable = "0.4.1"
str-concat = "0.1.4"
sv-parser-macros = {version = "^0.3.0", path = "../sv-parser-macros"}
sv-parser-syntaxtree = {version = "^0.2.0", path = "../sv-parser-syntaxtree"}
sv-parser-syntaxtree = {version = "^0.3.0", path = "../sv-parser-syntaxtree"}

View File

@ -24,4 +24,4 @@ nom = "5.0.0"
nom-greedyerror = "0.1.0"
sv-parser-error = {version = "^0.3.0", path = "../sv-parser-error"}
sv-parser-parser = {version = "^0.2.0", path = "../sv-parser-parser"}
sv-parser-syntaxtree = {version = "^0.2.0", path = "../sv-parser-syntaxtree"}
sv-parser-syntaxtree = {version = "^0.3.0", path = "../sv-parser-syntaxtree"}

View File

@ -1,6 +1,6 @@
[package]
name = "sv-parser-syntaxtree"
version = "0.2.1"
version = "0.3.0"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/sv-parser"
keywords = ["parser", "verilog", "systemverilog"]

View File

@ -28,7 +28,7 @@ nom-greedyerror = "0.1.0"
sv-parser-error = {version = "^0.3.0", path = "../sv-parser-error"}
sv-parser-parser = {version = "^0.2.0", path = "../sv-parser-parser"}
sv-parser-pp = {version = "^0.2.0", path = "../sv-parser-pp"}
sv-parser-syntaxtree = {version = "^0.2.0", path = "../sv-parser-syntaxtree"}
sv-parser-syntaxtree = {version = "^0.3.0", path = "../sv-parser-syntaxtree"}
[dev-dependencies]
structopt = "0.3.2"