mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-28 09:54:33 +00:00
fix: move anyhow dependency to dependencies (#6866)
Was moved by mistake in: ebbe52e6b0
This was throwing errors everywhere on Linux because anyhow is needed by
the code and is not macOS dependent.
Release Notes:
- N/A
This commit is contained in:
parent
0a0a866dd5
commit
ac3e0afb3d
1 changed files with 1 additions and 1 deletions
|
@ -58,6 +58,7 @@ waker-fn = "1.1.0"
|
|||
slotmap = "1.0.6"
|
||||
schemars.workspace = true
|
||||
bitflags = "2.4.0"
|
||||
anyhow.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
backtrace = "0.3"
|
||||
|
@ -74,7 +75,6 @@ cbindgen = "0.26.0"
|
|||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
media = { path = "../media" }
|
||||
anyhow.workspace = true
|
||||
block = "0.1"
|
||||
cocoa = "0.25"
|
||||
core-foundation = { version = "0.9.3", features = ["with-uuid"] }
|
||||
|
|
Loading…
Reference in a new issue