Skip to content

Commit 124170c

Browse files
committed
Auto merge of #1104 - brson:bump, r=brson
Bump version to 1.3
2 parents 49c6fe2 + b410392 commit 124170c

File tree

7 files changed

+32
-17
lines changed

7 files changed

+32
-17
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 1.3.0
2+
3+
* [Add armv8l support](https://github.com/rust-lang-nursery/rustup.rs/pull/1055)
4+
* [Update curl crate](https://github.com/rust-lang-nursery/rustup.rs/pull/1101)
5+
* [Fix inadvertent dependency on bash](https://github.com/rust-lang-nursery/rustup.rs/pull/1048)
6+
* [Update openssl-probe to 0.1.1](https://github.com/rust-lang-nursery/rustup.rs/pull/1061)
7+
* [zsh completions cleanup](https://github.com/rust-lang-nursery/rustup.rs/pull/1068)
8+
* [Alias 'rustup toolchain uninstall' to 'rustup uninstall'](https://github.com/rust-lang-nursery/rustup.rs/pull/1073)
9+
* [Fix a typo in PowerShell completion script help](https://github.com/rust-lang-nursery/rustup.rs/pull/1076)
10+
* [Enforce timeouts for reading rustc version](https://github.com/rust-lang-nursery/rustup.rs/pull/1071)
11+
* [Fix OpenSSL linkage by using the final install-directory in the build](https://github.com/rust-lang-nursery/rustup.rs/pull/1065)
12+
13+
Contributors: bors, Brian Anderson, Diggory Blake, Greg Alexander, James Elford,
14+
Jordan Hiltunen, Justin Noah, Kang Seonghoon, Kevin K, Marco A L Barbosa
15+
116
# 1.2.0
217

318
* [Check ZDOTDIR when adding path to .zprofile](https://github.com/rust-lang-nursery/rustup.rs/pull/1038)

Cargo.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustup"
4-
version = "1.2.0"
4+
version = "1.3.0"
55
authors = [ "Diggory Blake <[email protected]>" ]
66
description = "multirust in rust - manage multiple rust installations with ease"
77

src/rustup-dist/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustup-dist"
4-
version = "1.2.0"
4+
version = "1.3.0"
55
authors = [ "Diggory Blake <[email protected]>" ]
66
description = "Installation from a Rust distribution server"
77
build = "build.rs"

src/rustup-mock/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustup-mock"
4-
version = "1.2.0"
4+
version = "1.3.0"
55
authors = [ "Diggory Blake <[email protected]>" ]
66
description = "Test mocks for multirust"
77

src/rustup-utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustup-utils"
4-
version = "1.2.0"
4+
version = "1.3.0"
55
authors = [ "Diggory Blake <[email protected]>" ]
66
description = "multirust in rust - manage multiple rust installations with ease"
77

src/rustup-win-installer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustup-win-installer"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = ["Patrick Reisert"]
55
build = "build.rs"
66

0 commit comments

Comments
 (0)