Open
Description
it seems only linux can deploy the server.
error[E0433]: failed to resolve: could not find `unix` in `os`
--> src\sandbox.rs:8:9
|
8 | os::unix::fs::PermissionsExt,
| ^^^^ could not find `unix` in `os`
error[E0433]: failed to resolve: could not find `unix` in `os`
--> src\sandbox.rs:624:18
|
624 | use std::os::unix::process::ExitStatusExt;
| ^^^^ could not find `unix` in `os`
For more information about this error, try `rustc --explain E0433`.
error: could not compile `ui` due to 2 previous errors