rust-osdev / ovmf-prebuilt

Apache License 2.0
23 stars 7 forks source link

Fix "unknown feature" error on compile attempt #4

Closed kennystrawnmusic closed 7 months ago

kennystrawnmusic commented 9 months ago

Versions of the proc_macro2 dependency (which is a dependency of a dependency of this) prior to 1.59 use a Rust feature flag that no longer exists, resulting in a compilation error. Depending on a newer version of proc_macro2 solves this problem.

nicholasbishop commented 7 months ago

I've opened https://github.com/rust-osdev/ovmf-prebuilt/pull/5 to enable renovate bot in this repo to keep our deps updated automatically.