Skip to content

Commit b7f63bf

Browse files
authored
Merge pull request #764 from hermit-os/stdin
fix(stdin): make PCI toggleable
2 parents c00ea2b + 2c481ff commit b7f63bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/stdin/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ name = "stdin"
33
edition = "2024"
44

55
[target.'cfg(target_os = "hermit")'.dependencies]
6-
hermit = { path = "../../hermit" }
6+
hermit = { path = "../../hermit", default-features = false }
7+
8+
[features]
9+
default = ["hermit/acpi", "hermit/pci"]

0 commit comments

Comments
 (0)