]> git.proxmox.com Git - cargo.git/commitdiff
Bump to 0.8.0
authorAlex Crichton <alex@alexcrichton.com>
Thu, 10 Dec 2015 15:26:17 +0000 (07:26 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 10 Dec 2015 15:26:17 +0000 (07:26 -0800)
Cargo.lock
Cargo.toml
Makefile.in
src/etc/cargo.1

index aacd8e5fa186f5c6d3360c4a02e5a131c5ae6b82..37ec9a1680628e2bd4b493b9d49b3453e709bc3c 100644 (file)
@@ -1,6 +1,6 @@
 [root]
 name = "cargo"
-version = "0.7.0"
+version = "0.8.0"
 dependencies = [
  "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
index 4de71843f9a05e58bf1565c138b9aacc5f462151..57fb0fcd3055769ea9455e5ef8b9b3ad68e8276b 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "cargo"
-version = "0.7.0"
+version = "0.8.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
index 8661589a392a7355eb2d0e62971d32a13edbb25f..01d7049c0347fbc9a01534ea730e4cf9947717af 100644 (file)
@@ -1,4 +1,4 @@
-CFG_RELEASE_NUM=0.7.0
+CFG_RELEASE_NUM=0.8.0
 CFG_RELEASE_LABEL=
 
 include config.mk
index e2d1bce940ca12b598f36116dd2bd19302f483af..94ff90af0c4df14dc30e2b66c6eff525e79ad658 100644 (file)
@@ -1,4 +1,4 @@
-.TH CARGO "1" "November 2015" "cargo 0.7.0" "User Commands"
+.TH CARGO "1" "November 2015" "cargo 0.8.0" "User Commands"
 .SH NAME
 cargo \- The Rust package manager
 .SH SYNOPSIS