Skip to content

Commit ea21433

Browse files
committed
build: drop unused feature flags
With the upcoming major version bump, we can drop the obsolete `efiabi` and `examples` feature flags. Signed-off-by: David Rheinsberg <[email protected]>
1 parent 48b1a11 commit ea21433

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ rust-version = "1.68"
2828
core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
2929

3030
[features]
31-
# No-op for backwards compatibility.
32-
efiapi = []
33-
# Maps to `native` for backwards compatibility.
34-
examples = ['native']
3531
# We feature-gate all native code, since it will not link correctly, unless you
3632
# use a UEFI target configuration. To make `cargo test` work, we exclude all
3733
# these from normal runs.

0 commit comments

Comments
 (0)