]> git.proxmox.com Git - cargo.git/commitdiff
Bump to 0.10.0
authorAlex Crichton <alex@alexcrichton.com>
Thu, 3 Mar 2016 19:12:10 +0000 (11:12 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 3 Mar 2016 19:12:10 +0000 (11:12 -0800)
Cargo.lock
Cargo.toml
Makefile.in

index 43498a104f8cadd96f78e05b2e5b3df4d92ca5c8..3c3b25d2b6b0617de9b77fd2e62a37da122213d5 100644 (file)
@@ -1,6 +1,6 @@
 [root]
 name = "cargo"
-version = "0.9.0"
+version = "0.10.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 f54c4f138ff65605deabd84650ca0ebe6ffb3fe8..55958b7b52a4265efe403533df59e1b5e16030fd 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "cargo"
-version = "0.9.0"
+version = "0.10.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
index 286a59312e9da02c29b5ed2027aa7e594bd21612..378d3633a587a0613c4776b40d834c6e4d70ab2c 100644 (file)
@@ -1,4 +1,4 @@
-CFG_RELEASE_NUM=0.9.0
+CFG_RELEASE_NUM=0.10.0
 CFG_RELEASE_LABEL=
 
 include config.mk