seeing this on master when bootstrapping ``` C...
# development
w
seeing this on master when bootstrapping
Copy code
Compiling thread_local v0.3.3
   Compiling num_cpus v1.3.0
   Compiling log v0.3.7
   Compiling process_executor v0.0.1 (file:///Users/yic/workspace/intellij-pants-plugin/.cache/pants/src/rust/engine/process_executor)
error: no method named `envs` found for type `&mut std::process::Command` in the current scope
  --> src/rust/engine/process_executor/src/lib.rs:48:6
   |
48 |     .envs(req.env)
   |      ^^^^

error: aborting due to previous error

error: Could not compile `process_executor`.

To learn more, run the command again with --verbose.