Skip to content

Commit 41dd95e

Browse files
committed
Cargo.toml: update for 1.21.0 release
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
1 parent a9ef4ac commit 41dd95e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustup"
3-
version = "1.20.2"
4-
authors = [ "Diggory Blake <diggsey@googlemail.com>" ]
3+
version = "1.21.0"
4+
authors = [ "Daniel Silverstone <dsilvers@digital-scurf.org>", "Diggory Blake <diggsey@googlemail.com>" ]
55
build = "build.rs"
66
documentation = "https://rust-lang.github.io/rustup.rs/rustup/index.html"
77
edition = "2018"

download/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 = "download"
4-
version = "0.6.4"
4+
version = "0.6.5"
55
edition = "2018"
66
authors = [ "Brian Anderson <banderson@mozilla.com>" ]
77

0 commit comments

Comments
 (0)