Skip to content

Commit 7762e73

Browse files
Update core-foundation requirement from 0.6.0 to 0.7.0
Updates the requirements on [core-foundation](https://github.com/servo/core-foundation-rs) to permit the latest version. - [Release notes](https://github.com/servo/core-foundation-rs/releases) - [Commits](servo/core-foundation-rs@core-foundation-v0.6.2...core-foundation-v0.7.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 8280633 commit 7762e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ im-rc = "13.0.0"
7676
rustc-workspace-hack = "1.0.0"
7777

7878
[target.'cfg(target_os = "macos")'.dependencies]
79-
core-foundation = { version = "0.6.0", features = ["mac_os_10_7_support"] }
79+
core-foundation = { version = "0.7.0", features = ["mac_os_10_7_support"] }
8080

8181
[target.'cfg(windows)'.dependencies]
8282
miow = "0.3.1"

0 commit comments

Comments
 (0)