Update core-foundation in simpleservo (#30477)

This commit is contained in:
Martin Robinson 2023-10-07 07:59:57 +02:00 committed by GitHub
parent 583bbbabfd
commit c4ba2970b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 34 deletions

View file

@ -20,7 +20,7 @@ webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }
libc = { workspace = true }
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.6"
core-foundation = "0.9"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { workspace = true }