From 17214c0c16cb297249664ee00917794b872a9b0f Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Wed, 20 Apr 2016 17:59:21 -0400 Subject: [PATCH] Bump version: 0.2.0 -> 0.2.1. https://github.com/servo/core-foundation-rs/pull/77 --- core-foundation-sys/Cargo.toml | 2 +- core-foundation/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core-foundation-sys/Cargo.toml b/core-foundation-sys/Cargo.toml index c73c343..eb7a1a4 100644 --- a/core-foundation-sys/Cargo.toml +++ b/core-foundation-sys/Cargo.toml @@ -3,7 +3,7 @@ name = "core-foundation-sys" description = "Bindings to Core Foundation for OS X" homepage = "https://github.com/servo/core-foundation-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.2.0" +version = "0.2.1" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" build = "build.rs" diff --git a/core-foundation/Cargo.toml b/core-foundation/Cargo.toml index 1522225..aec358c 100644 --- a/core-foundation/Cargo.toml +++ b/core-foundation/Cargo.toml @@ -3,7 +3,7 @@ name = "core-foundation" description = "Bindings to Core Foundation for OS X" homepage = "https://github.com/servo/core-foundation-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.2.0" +version = "0.2.1" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0"