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:
[x] All commits in this PR have Signed-Off-By trailers (with
git commit -s), and the commit message has max 60 characters for the
summary and max 75 characters for each description line.
[x] All added/changed functionality has a corresponding unit/integration
test.
[x] All added/changed public-facing functionality has entries in the "Upcoming
Release" section of CHANGELOG.md (if no such section exists, please create one).
[x] Any newly added unsafe code is properly documented.
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 wherever
is the latest version oftoml_edit
supporting rustc 1.67.1 🚨 Error: The command exited with status 101Requirements
Before submitting your PR, please make sure you addressed the following requirements:
git commit -s
), and the commit message has max 60 characters for the summary and max 75 characters for each description line.unsafe
code is properly documented.