chore: Make objc a workspace level crate (#28258)

Make objc a workspace level crate to unify version control

Release Notes:

- N/A
This commit is contained in:
tidely 2025-04-07 21:46:09 +03:00 committed by GitHub
parent d5cc576b0c
commit aa026156f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 4 deletions

View file

@ -52,7 +52,7 @@ scap.workspace = true
core-foundation.workspace = true
core-video.workspace = true
coreaudio-rs = "0.12.1"
objc = "0.2"
objc.workspace = true
[dev-dependencies]
collections = { workspace = true, features = ["test-support"] }