From 0c186db6d5c6cda5322eee1c0be634fa0b9c75ea Mon Sep 17 00:00:00 2001 From: dalance Date: Tue, 5 Nov 2019 20:41:34 +0900 Subject: [PATCH] Prepare to v0.3.5 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 c5889a0..a086163 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.4" +version = "0.3.5" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/sv-parser" keywords = ["parser", "verilog", "systemverilog"]