From 6b1092f3759ff7a4cc8ce198e4700255dee445e1 Mon Sep 17 00:00:00 2001 From: dalance Date: Mon, 28 Oct 2019 11:13:06 +0900 Subject: [PATCH] Prepare to v0.2.1 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 a944b1f..64ab1d0 100644 --- a/sv-parser-error/Cargo.toml +++ b/sv-parser-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sv-parser-error" -version = "0.2.0" +version = "0.2.1" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/sv-parser" keywords = ["parser", "verilog", "systemverilog"]