Prepare to v0.3.0 of sv-parser-macros
This commit is contained in:
parent
8ae808d841
commit
5ada41acc2
@ -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"]
|
||||||
|
@ -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"}
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user