From 30bc5a65174847b930413b961e770f4d0c515f4d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 16 Apr 2015 15:59:14 -0700 Subject: [PATCH] Bump cargo to 0.2.0 Closes #808 Closes #1178 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Makefile.in | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ac1795eddd..8e0ac182ca8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cargo" -version = "0.1.0" +version = "0.2.0" dependencies = [ "advapi32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "curl 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 070a1623d84..cc8a65aa52b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [project] name = "cargo" -version = "0.1.0" +version = "0.2.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] diff --git a/Makefile.in b/Makefile.in index caf383c9a65..467df7d00da 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ -CFG_RELEASE_NUM=0.0.1 -CFG_RELEASE_LABEL=-pre +CFG_RELEASE_NUM=0.2.0 +CFG_RELEASE_LABEL= include config.mk