Update version of core-foundation crate
authorAlex Crichton <alex@alexcrichton.com>
Wed, 23 May 2018 02:46:30 +0000 (19:46 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 23 May 2018 02:46:30 +0000 (19:46 -0700)
Cargo.toml

index 613a15bab19c2c4b58f573955d3b683e86225296..b8c69703ebf7797bcbde2d7a6cbed0a9d915ab23 100644 (file)
@@ -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"