merged main
This commit is contained in:
commit
3f5667b101
118 changed files with 4009 additions and 1557 deletions
|
@ -3,7 +3,7 @@ authors = ["Nathan Sobo <nathansobo@gmail.com>"]
|
|||
description = "The fast, collaborative code editor."
|
||||
edition = "2021"
|
||||
name = "zed"
|
||||
version = "0.94.0"
|
||||
version = "0.95.0"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
|
@ -16,6 +16,7 @@ name = "Zed"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
audio = { path = "../audio" }
|
||||
activity_indicator = { path = "../activity_indicator" }
|
||||
auto_update = { path = "../auto_update" }
|
||||
breadcrumbs = { path = "../breadcrumbs" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue