Skip to content

Commit e0deee5

Browse files
committed
Add RISC-V keyword to Cargo.toml
1 parent ae1674b commit e0deee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "qemu-exit"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Andre Richter <[email protected]>"]
55
description = "Exit QEMU with user-defined code"
66
homepage = "https://github.com/andre-richter/qemu-exit"
77
repository = "https://github.com/andre-richter/qemu-exit"
88
readme = "README.md"
9-
keywords = ["aarch64", "x86_64", "cortex-a", "qemu", "exit"]
9+
keywords = ["aarch64", "x86_64", "risc-v", "qemu", "exit"]
1010
categories = ["embedded", "hardware-support", "no-std"]
1111
license = "MIT/Apache-2.0"
1212
edition = "2018"

0 commit comments

Comments
 (0)