Skip to content

Commit 508686a

Browse files
committed
Cargo.toml: Sort key-value based on [fmt-rfcs][1]
[1]: https://github.com/rust-dev-tools/fmt-rfcs/blob/master/guide/cargo.md
1 parent f5a59eb commit 508686a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[package]
22
name = "rustup"
33
version = "1.18.2"
4-
edition = "2018"
54
authors = [ "Diggory Blake <[email protected]>" ]
6-
description = "Manage multiple rust installations with ease"
5+
build = "build.rs"
76
documentation = "https://rust-lang.github.io/rustup.rs/rustup/index.html"
7+
edition = "2018"
88
homepage = "https://github.com/rust-lang/rustup.rs"
9-
repository = "https://github.com/rust-lang/rustup.rs"
10-
readme = "README.md"
119
keywords = ["rustup", "multirust", "install", "proxy"]
1210
license = "MIT OR Apache-2.0"
13-
build = "build.rs"
11+
readme = "README.md"
12+
repository = "https://github.com/rust-lang/rustup.rs"
13+
description = "Manage multiple rust installations with ease"
1414

1515
[features]
1616
default = ["curl-backend", "reqwest-backend"]
1717
curl-backend = ["download/curl-backend"]
18-
reqwest-backend = ["download/reqwest-backend"]
19-
vendored-openssl = ['openssl/vendored']
2018
# Include in the default set to disable self-update and uninstall.
2119
no-self-update = []
20+
reqwest-backend = ["download/reqwest-backend"]
21+
vendored-openssl = ['openssl/vendored']
2222

2323
# Sorted by alphabetic order
2424
[dependencies]

0 commit comments

Comments
 (0)