Skip to content

Commit

Permalink
reduce number of keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
sgherbst committed Mar 3, 2020
1 parent cba86f0 commit 2b27e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "svinst"
version = "0.0.3"
version = "0.0.4"
authors = ["sgherbst@gmail.com"]
repository = "https://github.com/sgherbst/svinst"
keywords = ["parser", "verilog", "systemverilog", "module", "modules", "instance", "instances"]
keywords = ["parser", "verilog", "systemverilog"]
categories = ["parsing"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 2b27e39

Please sign in to comment.