fixup! fixup! Always provide default task context (#10764)

This commit is contained in:
Piotr Osiewicz 2024-04-19 10:54:14 +02:00
parent 8fc8309e45
commit 54699e39e7

3
Cargo.lock generated
View file

@ -4318,7 +4318,9 @@ dependencies = [
"git2", "git2",
"lazy_static", "lazy_static",
"log", "log",
"parking_lot",
"pretty_assertions", "pretty_assertions",
"rope",
"serde", "serde",
"serde_json", "serde_json",
"smol", "smol",
@ -4327,6 +4329,7 @@ dependencies = [
"time", "time",
"unindent", "unindent",
"url", "url",
"util",
"windows 0.53.0", "windows 0.53.0",
] ]