Bump version

This commit is contained in:
dalance 2019-10-29 17:13:36 +09:00
parent 39d5b20544
commit 50bdf818c9
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "sv-parser-parser" name = "sv-parser-parser"
version = "0.2.1" version = "0.3.1"
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"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "sv-parser-pp" name = "sv-parser-pp"
version = "0.2.1" version = "0.3.1"
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"]
@ -23,5 +23,5 @@ failure = "0.1.5"
nom = "5.0.0" nom = "5.0.0"
nom-greedyerror = "0.1.0" nom-greedyerror = "0.1.0"
sv-parser-error = {version = "^0.3.0", path = "../sv-parser-error"} sv-parser-error = {version = "^0.3.0", path = "../sv-parser-error"}
sv-parser-parser = {version = "^0.2.0", path = "../sv-parser-parser"} sv-parser-parser = {version = "^0.3.0", path = "../sv-parser-parser"}
sv-parser-syntaxtree = {version = "^0.3.0", path = "../sv-parser-syntaxtree"} sv-parser-syntaxtree = {version = "^0.3.0", path = "../sv-parser-syntaxtree"}

View File

@ -1,6 +1,6 @@
[package] [package]
name = "sv-parser" name = "sv-parser"
version = "0.2.1" version = "0.3.1"
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,8 +26,8 @@ trace = ["sv-parser-parser/trace"]
nom = "5.0.0" nom = "5.0.0"
nom-greedyerror = "0.1.0" nom-greedyerror = "0.1.0"
sv-parser-error = {version = "^0.3.0", path = "../sv-parser-error"} sv-parser-error = {version = "^0.3.0", path = "../sv-parser-error"}
sv-parser-parser = {version = "^0.2.0", path = "../sv-parser-parser"} sv-parser-parser = {version = "^0.3.0", path = "../sv-parser-parser"}
sv-parser-pp = {version = "^0.2.0", path = "../sv-parser-pp"} sv-parser-pp = {version = "^0.3.0", path = "../sv-parser-pp"}
sv-parser-syntaxtree = {version = "^0.3.0", path = "../sv-parser-syntaxtree"} sv-parser-syntaxtree = {version = "^0.3.0", path = "../sv-parser-syntaxtree"}
[dev-dependencies] [dev-dependencies]