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:
William Desportes 2024-01-27 15:08:06 +01:00 committed by GitHub
parent 0a0a866dd5
commit ac3e0afb3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"] }