From 8319c089df118144e14e5848d857ac379936ff95 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Wed, 20 Apr 2016 18:16:58 -0400 Subject: [PATCH] main-crate 0.2.1 requires v0.2.1 of sys-crate. After https://github.com/servo/core-foundation-rs/pull/77. --- core-foundation/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-foundation/Cargo.toml b/core-foundation/Cargo.toml index aec358c..cd3c3cb 100644 --- a/core-foundation/Cargo.toml +++ b/core-foundation/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT / Apache-2.0" [dependencies.core-foundation-sys] path = "../core-foundation-sys" -version = "0.2.0" +version = "0.2.1" [dependencies] libc = "0.2"