From c1a8a4a257facf2383862fc810078455bb8fb880 Mon Sep 17 00:00:00 2001 From: dalance Date: Mon, 2 Dec 2019 11:53:55 +0900 Subject: [PATCH] Prepare to v0.4.6 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 daf92b6..cf6416d 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.5" +version = "0.4.6" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/sv-parser" keywords = ["parser", "verilog", "systemverilog"]