Prepare to v0.4.0 of sv-parser-macros

This commit is contained in:
dalance 2019-11-12 19:10:45 +09:00
parent 275b9d67eb
commit 8413d1a309
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -26,5 +26,5 @@ nom-packrat = "0.3.0"
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-macros = {version = "^0.4.0", path = "../sv-parser-macros"}
sv-parser-syntaxtree = {version = "^0.3.0", path = "../sv-parser-syntaxtree"}

View File

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