From db30e6b8f1dd15b3f2da4789e4830399589e9583 Mon Sep 17 00:00:00 2001 From: dalance Date: Fri, 20 Sep 2019 18:44:06 +0900 Subject: [PATCH] Prepare to v0.1.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 3fab80c..17a4d6e 100644 --- a/sv-parser-error/Cargo.toml +++ b/sv-parser-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sv-parser-error" -version = "0.1.4" +version = "0.1.5" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/sv-parser" keywords = ["parser", "verilog", "systemverilog"]