Skip to content

Commit

Permalink
Merge 692c7ea into 1275457
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jun 30, 2020
2 parents 1275457 + 692c7ea commit 0c90bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion heim-common/Cargo.toml
Expand Up @@ -28,7 +28,7 @@ winapi = { version = ">=0.3.8", features = ["winnt", "minwindef", "libloaderapi"

[target.'cfg(target_os = "macos")'.dependencies]
mach = "0.3.2"
core-foundation = "0.7.0"
core-foundation = "0.9.0"

[dev-dependencies]
futures-executor = "^0.3"
Expand Down
2 changes: 1 addition & 1 deletion heim-disk/Cargo.toml
Expand Up @@ -30,7 +30,7 @@ features = ["std", "winnt", "ntdef", "fileapi", "handleapi",

[target.'cfg(target_os = "macos")'.dependencies]
mach = "0.3.2"
core-foundation = "0.7.0"
core-foundation = "0.9.0"

[dev-dependencies]
heim-derive = { version = "0.1.0-beta.1", path = "../heim-derive" }
Expand Down

0 comments on commit 0c90bfe

Please sign in to comment.