From 16c27fce1ffd33081487aa21763c927d90c494ad Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 14 Sep 2021 15:38:35 -0400 Subject: chore: bump crate versions for 0.14 (#12072) --- runtime/ops/process.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/ops') diff --git a/runtime/ops/process.rs b/runtime/ops/process.rs index e40a15b4b..581bd4bb2 100644 --- a/runtime/ops/process.rs +++ b/runtime/ops/process.rs @@ -63,7 +63,9 @@ pub struct RunArgs { cwd: Option, clear_env: bool, env: Vec<(String, String)>, + #[cfg(unix)] gid: Option, + #[cfg(unix)] uid: Option, stdin: String, stdout: String, -- cgit v1.2.3