diff --git a/crates/task/src/task_template.rs b/crates/task/src/task_template.rs index 4233f60a91032..15ecc78f74115 100644 --- a/crates/task/src/task_template.rs +++ b/crates/task/src/task_template.rs @@ -65,9 +65,6 @@ pub struct TaskTemplate { /// A list of other tasks to be run before executing this task, referenced by label #[serde(default)] pub pre: Vec, - /// A list of other tasks to be run after executing this task, referenced by label - #[serde(default)] - pub post: Vec, /// Which shell to use when spawning the task. #[serde(default)] pub shell: Shell,