Prepare to v0.2.0 of sv-parser-pp
This commit is contained in:
parent
cb931721b9
commit
e15846c162
@ -11,7 +11,8 @@ description = "Helper crate of sv-parser"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.release]
|
||||
disable-tag = true
|
||||
disable-push = true
|
||||
disable-tag = true
|
||||
|
||||
[dependencies]
|
||||
failure = "0.1.5"
|
||||
|
@ -11,7 +11,8 @@ description = "Helper crate of sv-parser"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.release]
|
||||
disable-tag = true
|
||||
disable-push = true
|
||||
disable-tag = true
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
@ -11,7 +11,8 @@ description = "Helper crate of sv-parser"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.release]
|
||||
disable-tag = true
|
||||
disable-push = true
|
||||
disable-tag = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sv-parser-pp"
|
||||
version = "0.1.7"
|
||||
version = "0.2.0"
|
||||
authors = ["dalance@gmail.com"]
|
||||
repository = "https://github.com/dalance/sv-parser"
|
||||
keywords = ["parser", "verilog", "systemverilog"]
|
||||
|
@ -27,7 +27,7 @@ nom = "5.0.0"
|
||||
nom-greedyerror = "0.1.0"
|
||||
sv-parser-error = {version = "^0.2.0", path = "../sv-parser-error"}
|
||||
sv-parser-parser = {version = "^0.2.0", path = "../sv-parser-parser"}
|
||||
sv-parser-pp = {version = "0.1.0", path = "../sv-parser-pp"}
|
||||
sv-parser-pp = {version = "^0.2.0", path = "../sv-parser-pp"}
|
||||
sv-parser-syntaxtree = {version = "^0.2.0", path = "../sv-parser-syntaxtree"}
|
||||
|
||||
[dev-dependencies]
|
||||
|
Loading…
x
Reference in New Issue
Block a user