mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-28 09:54:33 +00:00
fixup! fixup! Always provide default task context (#10764)
This commit is contained in:
parent
8fc8309e45
commit
54699e39e7
1 changed files with 3 additions and 0 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -4318,7 +4318,9 @@ dependencies = [
|
|||
"git2",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"parking_lot",
|
||||
"pretty_assertions",
|
||||
"rope",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"smol",
|
||||
|
@ -4327,6 +4329,7 @@ dependencies = [
|
|||
"time",
|
||||
"unindent",
|
||||
"url",
|
||||
"util",
|
||||
"windows 0.53.0",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue