From 8ae808d841056f743933a1c22b38baccececbd74 Mon Sep 17 00:00:00 2001 From: dalance Date: Tue, 29 Oct 2019 17:05:14 +0900 Subject: [PATCH] Prepare to v0.3.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 64ab1d0..d509399 100644 --- a/sv-parser-error/Cargo.toml +++ b/sv-parser-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sv-parser-error" -version = "0.2.1" +version = "0.3.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 7d9e29d..0043ba7 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.2.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-syntaxtree = {version = "^0.2.0", path = "../sv-parser-syntaxtree"} diff --git a/sv-parser/Cargo.toml b/sv-parser/Cargo.toml index 9706203..755b68f 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.2.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-pp = {version = "^0.2.0", path = "../sv-parser-pp"} sv-parser-syntaxtree = {version = "^0.2.0", path = "../sv-parser-syntaxtree"}