Skip to content

Commit

Permalink
Fix missing libc
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Sep 4, 2024
1 parent 0615b6c commit 1bd3a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llrt_modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ all = [
]

buffer = ["llrt_utils/encoding"]
child-process = ["events", "__stream", "itoa", "tokio/process"]
child-process = ["events", "__stream", "libc", "itoa", "tokio/process"]
crypto = ["crc32c", "crc32fast", "md-5", "rand", "uuid", "uuid-simd"]
events = []
exceptions = []
Expand Down

0 comments on commit 1bd3a36

Please sign in to comment.