From 769fc195c5688c74b20a214d224f8db284d28508 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-pp --- sv-parser-pp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv-parser-pp/Cargo.toml b/sv-parser-pp/Cargo.toml index ce22acf..48128c4 100644 --- a/sv-parser-pp/Cargo.toml +++ b/sv-parser-pp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sv-parser-pp" -version = "0.4.5" +version = "0.4.6" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/sv-parser" keywords = ["parser", "verilog", "systemverilog"]