From 275b9d67eb92b79a92fed5ac7fd499144df1fef3 Mon Sep 17 00:00:00 2001 From: dalance Date: Tue, 12 Nov 2019 19:10:45 +0900 Subject: [PATCH] Prepare to v0.4.0 of sv-parser-error --- sv-parser-error/Cargo.toml | 2 +- sv-parser-pp/Cargo.toml | 2 +- sv-parser/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sv-parser-error/Cargo.toml b/sv-parser-error/Cargo.toml index a058457..01c2f88 100644 --- a/sv-parser-error/Cargo.toml +++ b/sv-parser-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sv-parser-error" -version = "0.3.7" +version = "0.4.0" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/sv-parser" keywords = ["parser", "verilog", "systemverilog"] diff --git a/sv-parser-pp/Cargo.toml b/sv-parser-pp/Cargo.toml index e1a7314..b984d61 100644 --- a/sv-parser-pp/Cargo.toml +++ b/sv-parser-pp/Cargo.toml @@ -22,6 +22,6 @@ trace = ["sv-parser-parser/trace"] failure = "0.1.5" nom = "5.0.0" nom-greedyerror = "0.1.0" -sv-parser-error = {version = "^0.3.0", path = "../sv-parser-error"} +sv-parser-error = {version = "^0.4.0", path = "../sv-parser-error"} sv-parser-parser = {version = "^0.3.0", path = "../sv-parser-parser"} sv-parser-syntaxtree = {version = "^0.3.0", path = "../sv-parser-syntaxtree"} diff --git a/sv-parser/Cargo.toml b/sv-parser/Cargo.toml index 26b90d3..d07605f 100644 --- a/sv-parser/Cargo.toml +++ b/sv-parser/Cargo.toml @@ -25,7 +25,7 @@ trace = ["sv-parser-parser/trace"] [dependencies] nom = "5.0.0" nom-greedyerror = "0.1.0" -sv-parser-error = {version = "^0.3.0", path = "../sv-parser-error"} +sv-parser-error = {version = "^0.4.0", path = "../sv-parser-error"} sv-parser-parser = {version = "^0.3.0", path = "../sv-parser-parser"} sv-parser-pp = {version = "^0.3.0", path = "../sv-parser-pp"} sv-parser-syntaxtree = {version = "^0.3.0", path = "../sv-parser-syntaxtree"}