From 8fc8309e4586b1ffa1499882ee928e450ac4a33c Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:53:37 +0200 Subject: [PATCH] fixup! Always provide default task context (#10764) --- crates/git/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/git/Cargo.toml b/crates/git/Cargo.toml index c839ee069e..26585e2c0e 100644 --- a/crates/git/Cargo.toml +++ b/crates/git/Cargo.toml @@ -24,6 +24,9 @@ text.workspace = true time.workspace = true url.workspace = true serde.workspace = true +rope.workspace = true +util.workspace = true +parking_lot.workspace = true windows.workspace = true [dev-dependencies]