From 8a95d5e9b2ef94f109f9f0e68f5be529d513cfc2 Mon Sep 17 00:00:00 2001 From: dalance Date: Wed, 18 Sep 2019 19:54:13 +0900 Subject: [PATCH] Prepare to v0.1.1 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 25ae3a6..53f92e4 100644 --- a/sv-parser/Cargo.toml +++ b/sv-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sv-parser" -version = "0.1.0" +version = "0.1.1" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/sv-parser" keywords = ["parser", "verilog", "systemverilog"]