Prepare to v0.2.0 of sv-parser-macros

This commit is contained in:
dalance 2019-10-16 17:15:04 +09:00
parent bb3da31a04
commit d3dabb8a25
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -25,5 +25,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.1.0", path = "../sv-parser-macros"}
sv-parser-macros = {version = "^0.2.0", path = "../sv-parser-macros"}
sv-parser-syntaxtree = {version = "0.1.0", path = "../sv-parser-syntaxtree"}

View File

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