Skip to content

Commit

Permalink
Include tcp in the default features of hermit-sys
Browse files Browse the repository at this point in the history
TCP is an important feature and should be part of the default features

This PR solves #435
  • Loading branch information
stlankes authored Jul 5, 2023
1 parent ca10dde commit 4fcbcb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hermit-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ default = [
"pci-ids",
"smp",
"fsgsbase",
"tcp",
]

acpi = []
Expand Down

0 comments on commit 4fcbcb8

Please sign in to comment.