From: Alex Crichton Date: Wed, 23 May 2018 02:46:30 +0000 (-0700) Subject: Update version of core-foundation crate X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2^2~27^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1ac02cebc4f05cca6638650354733941182d8565;p=cargo.git Update version of core-foundation crate --- 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"