Skip to content

Commit

Permalink
crates.io doesn't accept keywords with spaces
Browse files Browse the repository at this point in the history
Removing virtual machine altogether.

Signed-off-by: Andreea Florescu <[email protected]>
  • Loading branch information
andreeaflorescu authored and alxiord committed Mar 3, 2020
1 parent b3ca39e commit a84a7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "vm-memory"
version = "0.1.0"
description = "Safe abstractions for accessing the VM physical memory"
keywords = ["memory", "virtual machine"]
keywords = ["memory"]
authors = ["Liu Jiang <[email protected]>"]
repository = "https://github.com/rust-vmm/vm-memory"
license = "Apache-2.0 OR BSD-3-Clause"
Expand Down

0 comments on commit a84a7b8

Please sign in to comment.