Skip to content

Commit 9f4857e

Browse files
committed
Use more conventional field order in package table
1 parent f613d3b commit 9f4857e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
2-
build = "build.rs"
3-
description = "Manage multiple rust installations with ease"
2+
name = "rustup"
3+
version = "1.26.0"
44
edition = "2021"
5+
description = "Manage multiple rust installations with ease"
56
homepage = "https://github.com/rust-lang/rustup"
67
keywords = ["rustup", "multirust", "install", "proxy"]
78
license = "MIT OR Apache-2.0"
8-
name = "rustup"
99
readme = "README.md"
1010
repository = "https://github.com/rust-lang/rustup"
11-
version = "1.26.0"
11+
build = "build.rs"
1212

1313
[features]
1414
curl-backend = ["download/curl-backend"]

download/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
2-
edition = "2021"
3-
license = "MIT OR Apache-2.0"
42
name = "download"
53
version = "1.26.0"
4+
edition = "2021"
5+
license = "MIT OR Apache-2.0"
66

77
[features]
88

rustup-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
2-
edition = "2021"
32
name = "rustup-macros"
4-
publish = false
53
version = "0.1.0"
4+
edition = "2021"
5+
publish = false
66

77
[lib]
88
proc-macro = true

0 commit comments

Comments
 (0)