Skip to content

Commit

Permalink
Cargo.toml: Remove keyword Microsoft Hypervisor
Browse files Browse the repository at this point in the history
cargo publish throws an error with that keyword stating that invalid
keyword.

Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
  • Loading branch information
jinankjain authored and Jinank Jain committed Oct 15, 2024
1 parent b191534 commit 20c0d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mshv-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Microsoft Authors"]
edition = "2018"
license = "Apache-2.0 OR BSD-3-Clause"
readme = "README.md"
keywords = ["mshv", "Microsoft Hypervisor"]
keywords = ["mshv"]
repository = "https://github.com/rust-vmm/mshv"
description = "Rust FFI bindings to MSHV headers generated using Rust bindgen"

Expand Down
2 changes: 1 addition & 1 deletion mshv-ioctls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Microsoft Authors"]
edition = "2018"
license = "Apache-2.0 OR BSD-3-Clause"
readme = "README.md"
keywords = ["mshv", "Microsoft Hypervisor"]
keywords = ["mshv"]
repository = "https://github.com/rust-vmm/mshv"
description = "Safe wrappers over MSHV ioctl"

Expand Down

0 comments on commit 20c0d6e

Please sign in to comment.