From a737bdc5aa8d79410ab003a3a864a6f6c876717f Mon Sep 17 00:00:00 2001 From: dalance Date: Thu, 28 Nov 2019 18:56:33 +0900 Subject: [PATCH] Prepare to v0.4.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 6154968..daf92b6 100644 --- a/sv-parser-error/Cargo.toml +++ b/sv-parser-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sv-parser-error" -version = "0.4.4" +version = "0.4.5" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/sv-parser" keywords = ["parser", "verilog", "systemverilog"]