Skip to content

Commit 7b123d8

Browse files
Update core-foundation requirement from 0.9 to 0.10
Updates the requirements on [core-foundation](https://github.com/servo/core-foundation-rs) to permit the latest version. - [Commits](servo/core-foundation-rs@core-foundation-v0.9.0...core-foundation-v0.10.0) --- updated-dependencies: - dependency-name: core-foundation dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 900e165 commit 7b123d8

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
@@ -22,6 +22,6 @@ edition = '2021'
2222
version = '0.3'
2323
features = ['winuser']
2424
[target.'cfg(target_os = "macos")'.dependencies]
25-
core-foundation = '0.9'
25+
core-foundation = '0.10'
2626
mach = '0.3'
2727
io-kit-sys = '0.4'

0 commit comments

Comments
 (0)