mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
Move terminal scripts to scripts folder, and remove parking_lot from terminal crate
Co-authored-by: mikayla.c.maki@gmail.com
This commit is contained in:
parent
31361e564d
commit
20f7fba16f
4 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -4886,7 +4886,6 @@ dependencies = [
|
|||
"itertools",
|
||||
"mio-extras",
|
||||
"ordered-float",
|
||||
"parking_lot 0.11.2",
|
||||
"project",
|
||||
"settings",
|
||||
"smallvec",
|
||||
|
|
|
@ -22,7 +22,6 @@ futures = "0.3"
|
|||
ordered-float = "2.1.1"
|
||||
itertools = "0.10"
|
||||
dirs = "4.0.0"
|
||||
parking_lot = "0.11"
|
||||
|
||||
[dev-dependencies]
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
|
|
Loading…
Reference in a new issue