cargo: remove `vexriscv` category

Apparently categories are fixed, and vexriscv isn't a category.

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-12-28 18:14:52 +08:00
parent 28ded4136a
commit 5121f28fde
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name = "vexriscv"
version = "0.0.1"
repository = "https://github.com/xobs/vexriscv-rust"
authors = ["Sean Cross <sean@xobs.io>", "The RISC-V Team <risc-v@teams.rust-embedded.org>"]
categories = ["embedded", "hardware-support", "no-std", "vexriscv"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Low level access to the VexRiscv processor"
keywords = ["riscv", "register", "peripheral", "vexriscv"]
license = "ISC"