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:
parent
28ded4136a
commit
5121f28fde
|
@ -3,7 +3,7 @@ name = "vexriscv"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
repository = "https://github.com/xobs/vexriscv-rust"
|
repository = "https://github.com/xobs/vexriscv-rust"
|
||||||
authors = ["Sean Cross <sean@xobs.io>", "The RISC-V Team <risc-v@teams.rust-embedded.org>"]
|
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"
|
description = "Low level access to the VexRiscv processor"
|
||||||
keywords = ["riscv", "register", "peripheral", "vexriscv"]
|
keywords = ["riscv", "register", "peripheral", "vexriscv"]
|
||||||
license = "ISC"
|
license = "ISC"
|
||||||
|
|
Loading…
Reference in New Issue