From af8d5a6b49c6e718ac22cd58d488978ef3c03354 Mon Sep 17 00:00:00 2001 From: dalance Date: Wed, 6 Nov 2019 18:02:09 +0900 Subject: [PATCH] Prepare to v0.3.7 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 0347a1f..a058457 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.6" +version = "0.3.7" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/sv-parser" keywords = ["parser", "verilog", "systemverilog"]