From 5121f28fdeb39bbf0e30fa628871a659fb3606e7 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Sat, 28 Dec 2019 18:14:52 +0800 Subject: [PATCH] cargo: remove `vexriscv` category Apparently categories are fixed, and vexriscv isn't a category. Signed-off-by: Sean Cross --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index efebf7a..3ad4005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "vexriscv" version = "0.0.1" repository = "https://github.com/xobs/vexriscv-rust" authors = ["Sean Cross ", "The RISC-V Team "] -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"