From c776696a8fd8ae1f62f6377d64083150bc7751c2 Mon Sep 17 00:00:00 2001 From: dalance Date: Fri, 20 Sep 2019 19:02:47 +0900 Subject: [PATCH] Prepare to v0.1.5 of sv-parser --- sv-parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv-parser/Cargo.toml b/sv-parser/Cargo.toml index f8237d6..07c16ce 100644 --- a/sv-parser/Cargo.toml +++ b/sv-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sv-parser" -version = "0.1.4" +version = "0.1.5" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/sv-parser" keywords = ["parser", "verilog", "systemverilog"]