From 1ac02cebc4f05cca6638650354733941182d8565 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 22 May 2018 19:46:30 -0700 Subject: [PATCH] Update version of core-foundation crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 613a15bab..b8c69703e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ clap = "2.31.2" num-traits = "0.2" # enable the default feature [target.'cfg(target_os = "macos")'.dependencies] -core-foundation = { version = "0.5.1", features = ["mac_os_10_7_support"] } +core-foundation = { version = "0.6.0", features = ["mac_os_10_7_support"] } [target.'cfg(windows)'.dependencies] miow = "0.3" -- 2.30.2