mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Fix
This commit is contained in:
parent
35b2a3dd63
commit
c6380d6c4e
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -10329,6 +10329,7 @@ dependencies = [
|
|||
"project",
|
||||
"proto",
|
||||
"release_channel",
|
||||
"reliability",
|
||||
"remote",
|
||||
"reqwest_client",
|
||||
"rpc",
|
||||
|
|
|
@ -47,6 +47,7 @@ paths = { workspace = true }
|
|||
project.workspace = true
|
||||
proto.workspace = true
|
||||
release_channel.workspace = true
|
||||
reliability.workspace = true
|
||||
remote.workspace = true
|
||||
reqwest_client.workspace = true
|
||||
rpc.workspace = true
|
||||
|
|
Loading…
Reference in a new issue