Commit eadece5
mount: Add required rustix features
The bootc-mount crate uses rustix mount, thread, net, fs, and process
modules, but the Cargo.toml was missing these feature declarations.
This causes compilation failures on Linux builds where these features
are required.
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Signed-off-by: Eric Curtin <eric.curtin@docker.com>1 parent 0b459de commit eadece5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments