From a4e7fe0e44f5413145414c89a0b5240eb252f148 Mon Sep 17 00:00:00 2001 From: dalance Date: Tue, 5 Nov 2019 12:22:57 +0900 Subject: [PATCH] Prepare to v0.3.4 of sv-parser-error --- sv-parser-error/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv-parser-error/Cargo.toml b/sv-parser-error/Cargo.toml index 159c5b6..c5889a0 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.3" +version = "0.3.4" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/sv-parser" keywords = ["parser", "verilog", "systemverilog"]