Skip to content

Commit ea9259c

Browse files
committed
Bump to 1.13.0
1 parent 1ccd706 commit ea9259c

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustup"
4-
version = "1.12.0"
4+
version = "1.13.0"
55
authors = [ "Diggory Blake <[email protected]>" ]
66
description = "Manage multiple rust installations with ease"
77

src/rustup-dist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

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

src/rustup-mock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

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

src/rustup-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustup-utils"
4-
version = "1.12.0"
4+
version = "1.13.0"
55
authors = [ "Diggory Blake <[email protected]>" ]
66
description = "Utility functions for rustup"
77

src/rustup-win-installer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustup-win-installer"
3-
version = "1.12.0"
3+
version = "1.13.0"
44
authors = ["Patrick Reisert"]
55
build = "build.rs"
66

0 commit comments

Comments
 (0)