From 240c1844c46c8757bd2c72bb619c9c9141cea9f4 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 8 May 2017 23:10:55 +0000 Subject: [PATCH 1/2] Bump to 1.3 --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- src/rustup-dist/Cargo.toml | 2 +- src/rustup-mock/Cargo.toml | 2 +- src/rustup-utils/Cargo.toml | 2 +- src/rustup-win-installer/Cargo.toml | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2cd6891e..d4fbf538 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,8 +1,8 @@ [root] name = "rustup-win-installer" -version = "1.2.0" +version = "1.3.0" dependencies = [ - "rustup 1.2.0", + "rustup 1.3.0", "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -534,7 +534,7 @@ dependencies = [ [[package]] name = "rustup" -version = "1.2.0" +version = "1.3.0" dependencies = [ "clap 2.18.0 (registry+https://github.com/rust-lang/crates.io-index)", "download 0.3.0", @@ -549,9 +549,9 @@ dependencies = [ "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.1.73 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", - "rustup-dist 1.2.0", - "rustup-mock 1.2.0", - "rustup-utils 1.2.0", + "rustup-dist 1.3.0", + "rustup-mock 1.3.0", + "rustup-utils 1.3.0", "scopeguard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "tempdir 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -568,7 +568,7 @@ dependencies = [ [[package]] name = "rustup-dist" -version = "1.2.0" +version = "1.3.0" dependencies = [ "error-chain 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -577,8 +577,8 @@ dependencies = [ "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.1.73 (registry+https://github.com/rust-lang/crates.io-index)", - "rustup-mock 1.2.0", - "rustup-utils 1.2.0", + "rustup-mock 1.3.0", + "rustup-utils 1.3.0", "sha2 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "tar 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "tempdir 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -592,12 +592,12 @@ dependencies = [ [[package]] name = "rustup-mock" -version = "1.2.0" +version = "1.3.0" dependencies = [ "flate2 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", - "rustup-utils 1.2.0", + "rustup-utils 1.3.0", "scopeguard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "tar 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -612,7 +612,7 @@ dependencies = [ [[package]] name = "rustup-utils" -version = "1.2.0" +version = "1.3.0" dependencies = [ "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "download 0.3.0", diff --git a/Cargo.toml b/Cargo.toml index fb0afeb9..263afb45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustup" -version = "1.2.0" +version = "1.3.0" authors = [ "Diggory Blake " ] description = "multirust in rust - manage multiple rust installations with ease" diff --git a/src/rustup-dist/Cargo.toml b/src/rustup-dist/Cargo.toml index 9bd78834..f7b8d802 100644 --- a/src/rustup-dist/Cargo.toml +++ b/src/rustup-dist/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustup-dist" -version = "1.2.0" +version = "1.3.0" authors = [ "Diggory Blake " ] description = "Installation from a Rust distribution server" build = "build.rs" diff --git a/src/rustup-mock/Cargo.toml b/src/rustup-mock/Cargo.toml index a2457905..66430f4e 100644 --- a/src/rustup-mock/Cargo.toml +++ b/src/rustup-mock/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustup-mock" -version = "1.2.0" +version = "1.3.0" authors = [ "Diggory Blake " ] description = "Test mocks for multirust" diff --git a/src/rustup-utils/Cargo.toml b/src/rustup-utils/Cargo.toml index 7e4f2936..40f1f73a 100644 --- a/src/rustup-utils/Cargo.toml +++ b/src/rustup-utils/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustup-utils" -version = "1.2.0" +version = "1.3.0" authors = [ "Diggory Blake " ] description = "multirust in rust - manage multiple rust installations with ease" diff --git a/src/rustup-win-installer/Cargo.toml b/src/rustup-win-installer/Cargo.toml index 4fa1a570..ba43f18f 100644 --- a/src/rustup-win-installer/Cargo.toml +++ b/src/rustup-win-installer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustup-win-installer" -version = "1.2.0" +version = "1.3.0" authors = ["Patrick Reisert"] build = "build.rs" From b410392bae4b29e66d6ac4af14c9bf8ebe51c311 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 8 May 2017 23:58:12 +0000 Subject: [PATCH 2/2] Update changelog for 1.3.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0598d2..03a4b6d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 1.3.0 + +* [Add armv8l support](https://github.com/rust-lang-nursery/rustup.rs/pull/1055) +* [Update curl crate](https://github.com/rust-lang-nursery/rustup.rs/pull/1101) +* [Fix inadvertent dependency on bash](https://github.com/rust-lang-nursery/rustup.rs/pull/1048) +* [Update openssl-probe to 0.1.1](https://github.com/rust-lang-nursery/rustup.rs/pull/1061) +* [zsh completions cleanup](https://github.com/rust-lang-nursery/rustup.rs/pull/1068) +* [Alias 'rustup toolchain uninstall' to 'rustup uninstall'](https://github.com/rust-lang-nursery/rustup.rs/pull/1073) +* [Fix a typo in PowerShell completion script help](https://github.com/rust-lang-nursery/rustup.rs/pull/1076) +* [Enforce timeouts for reading rustc version](https://github.com/rust-lang-nursery/rustup.rs/pull/1071) +* [Fix OpenSSL linkage by using the final install-directory in the build](https://github.com/rust-lang-nursery/rustup.rs/pull/1065) + +Contributors: bors, Brian Anderson, Diggory Blake, Greg Alexander, James Elford, +Jordan Hiltunen, Justin Noah, Kang Seonghoon, Kevin K, Marco A L Barbosa + # 1.2.0 * [Check ZDOTDIR when adding path to .zprofile](https://github.com/rust-lang-nursery/rustup.rs/pull/1038)