Hoist rodio
to workspace level (#36113)
This PR hoists `rodio` up to a workspace dependency. Release Notes: - N/A
This commit is contained in:
parent
abde7306e3
commit
f4b0332f78
2 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,6 @@ collections.workspace = true
|
|||
derive_more.workspace = true
|
||||
gpui.workspace = true
|
||||
parking_lot.workspace = true
|
||||
rodio = { version = "0.21.1", default-features = false, features = ["wav", "playback", "tracing"] }
|
||||
rodio = { workspace = true, features = ["wav", "playback", "tracing"] }
|
||||
util.workspace = true
|
||||
workspace-hack.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue