Prepare to v0.3.0 of sv-parser-macros

This commit is contained in:
dalance 2019-10-29 17:05:34 +09:00
parent 8ae808d841
commit 5ada41acc2
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -26,5 +26,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.1" nom-tracable = "0.4.1"
str-concat = "0.1.4" str-concat = "0.1.4"
sv-parser-macros = {version = "^0.2.0", path = "../sv-parser-macros"} 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.2.0", path = "../sv-parser-syntaxtree"}

View File

@ -16,7 +16,7 @@ disable-push = true
disable-tag = true disable-tag = true
[dependencies] [dependencies]
sv-parser-macros = {version = "^0.2.0", path = "../sv-parser-macros"} sv-parser-macros = {version = "^0.3.0", path = "../sv-parser-macros"}
[build-dependencies] [build-dependencies]
regex = "1" regex = "1"