rust-vmm / mshv

Crates for Microsoft Hypervisor ioctls and bindings
Apache License 2.0
31 stars 12 forks source link

mshv-bindings: Turn off default features for num_enum #139

Closed jinankjain closed 6 months ago

jinankjain commented 6 months ago

Summary of the PR

num_enum with default features turned breaks the compilation of rust-vmm/vfio crate.

error: package toml_edit v0.21.1 cannot be built because it requires rustc 1.69 or newer, while the currently active rustc version is 1.67.1 Either upgrade to rustc 1.69 or newer, or use cargo update -p toml_edit@0.21.1 --precise ver where ver is the latest version of toml_edit supporting rustc 1.67.1 🚨 Error: The command exited with status 101

Requirements

Before submitting your PR, please make sure you addressed the following requirements: