Prepare to v0.2.0 of sv-parser-pp
This commit is contained in:
parent
cb931721b9
commit
e15846c162
@ -11,6 +11,7 @@ description = "Helper crate of sv-parser"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[package.metadata.release]
|
[package.metadata.release]
|
||||||
|
disable-push = true
|
||||||
disable-tag = true
|
disable-tag = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -11,6 +11,7 @@ description = "Helper crate of sv-parser"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[package.metadata.release]
|
[package.metadata.release]
|
||||||
|
disable-push = true
|
||||||
disable-tag = true
|
disable-tag = true
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
@ -11,6 +11,7 @@ description = "Helper crate of sv-parser"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[package.metadata.release]
|
[package.metadata.release]
|
||||||
|
disable-push = true
|
||||||
disable-tag = true
|
disable-tag = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sv-parser-pp"
|
name = "sv-parser-pp"
|
||||||
version = "0.1.7"
|
version = "0.2.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"]
|
||||||
|
@ -27,7 +27,7 @@ nom = "5.0.0"
|
|||||||
nom-greedyerror = "0.1.0"
|
nom-greedyerror = "0.1.0"
|
||||||
sv-parser-error = {version = "^0.2.0", path = "../sv-parser-error"}
|
sv-parser-error = {version = "^0.2.0", path = "../sv-parser-error"}
|
||||||
sv-parser-parser = {version = "^0.2.0", path = "../sv-parser-parser"}
|
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"}
|
sv-parser-syntaxtree = {version = "^0.2.0", path = "../sv-parser-syntaxtree"}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user