Skip to content

Commit

Permalink
chore(build.rs): sort features
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Sep 17, 2024
1 parent 764dcda commit 2d3755b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions hermit/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,20 @@ impl KernelSrc {
[
"acpi",
"dhcpv4",
"dns",
"fs",
"fsgsbase",
"idle-poll",
"mmap",
"pci",
"pci-ids",
"rtl8139",
"shell",
"smp",
"tcp",
"udp",
"trace",
"udp",
"vga",
"rtl8139",
"fs",
"shell",
"dns",
"mmap",
"idle-poll",
"vsock",
]
.into_iter(),
Expand Down

0 comments on commit 2d3755b

Please sign in to comment.