Skip to content

Commit

Permalink
Update core-foundation requirement from 0.7.0 to 0.9.0
Browse files Browse the repository at this point in the history
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.7.0...core-foundation-v0.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jun 30, 2020
1 parent 77b4058 commit c4629eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ im-rc = "15.0.0"
rustc-workspace-hack = "1.0.0"

[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = { version = "0.7.0", features = ["mac_os_10_7_support"] }
core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }

[target.'cfg(windows)'.dependencies]
miow = "0.3.1"
Expand Down

0 comments on commit c4629eb

Please sign in to comment.