Skip to content
Snippets Groups Projects
Verified Commit 4cfb3974 authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

chore(Cargo.toml): sort features

parent 2d3755be
No related branches found
No related tags found
No related merge requests found
......@@ -29,12 +29,15 @@ default = [
acpi = []
dhcpv4 = []
dns = []
fs = []
fsgsbase = []
idle-poll = []
# Build the kernel with function instrument code for mcount-based tracing
instrument = []
mmap = []
pci = []
pci-ids = ["pci"]
......@@ -44,15 +47,12 @@ randomize-layout = []
# if this feature isn't set, the Virtio interface will be used
rtl8139 = ["pci"]
shell = []
smp = []
tcp = []
udp = []
dns = []
trace = []
udp = []
vga = []
shell = []
idle-poll = []
mmap = []
vsock = []
[build-dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment