-
Notifications
You must be signed in to change notification settings - Fork 891
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: reformat all TOMLs with
taplo
- Loading branch information
Showing
22 changed files
with
116 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
[alias] | ||
dev-install = "run -- --no-modify-path -y" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
include = ["**/*.toml"] | ||
|
||
[[rule]] | ||
include = ["**/Cargo.toml"] | ||
keys = ["dependencies"] | ||
|
||
[rule.formatting] | ||
column_width = 160 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
105 changes: 52 additions & 53 deletions
105
src/dist/manifest/tests/channel-rust-nightly-example.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,59 @@ | ||
manifest-version = "2" | ||
date = "2015-10-10" | ||
[pkg.rust] | ||
version = "rustc 1.3.0 (9a92aaf19 2015-09-15)" | ||
[pkg.rust.target.x86_64-unknown-linux-gnu] | ||
available = true | ||
url = "example.com" | ||
hash = "..." | ||
[[pkg.rust.target.x86_64-unknown-linux-gnu.components]] | ||
pkg = "rustc" | ||
target = "x86_64-unknown-linux-gnu" | ||
[[pkg.rust.target.x86_64-unknown-linux-gnu.components]] | ||
pkg = "rust-docs" | ||
target = "x86_64-unknown-linux-gnu" | ||
[[pkg.rust.target.x86_64-unknown-linux-gnu.components]] | ||
pkg = "cargo" | ||
target = "x86_64-unknown-linux-gnu" | ||
[[pkg.rust.target.x86_64-unknown-linux-gnu.components]] | ||
pkg = "rust-std" | ||
target = "x86_64-unknown-linux-gnu" | ||
# extensions are rust-std or rust-docs that aren't in the rust tarball's component list | ||
[[pkg.rust.target.x86_64-unknown-linux-gnu.extensions]] | ||
pkg = "rust-std" | ||
target = "x86_64-unknown-linux-musl" | ||
[[pkg.rust.target.x86_64-unknown-linux-gnu.extensions]] | ||
pkg = "rust-std" | ||
target = "i686-unknown-linux-gnu" | ||
version = "rustc 1.3.0 (9a92aaf19 2015-09-15)" | ||
[pkg.rust.target.x86_64-unknown-linux-gnu] | ||
available = true | ||
url = "example.com" | ||
hash = "..." | ||
[[pkg.rust.target.x86_64-unknown-linux-gnu.components]] | ||
pkg = "rustc" | ||
target = "x86_64-unknown-linux-gnu" | ||
[[pkg.rust.target.x86_64-unknown-linux-gnu.components]] | ||
pkg = "rust-docs" | ||
target = "x86_64-unknown-linux-gnu" | ||
[[pkg.rust.target.x86_64-unknown-linux-gnu.components]] | ||
pkg = "cargo" | ||
target = "x86_64-unknown-linux-gnu" | ||
[[pkg.rust.target.x86_64-unknown-linux-gnu.components]] | ||
pkg = "rust-std" | ||
target = "x86_64-unknown-linux-gnu" | ||
# extensions are rust-std or rust-docs that aren't in the rust tarball's component list | ||
[[pkg.rust.target.x86_64-unknown-linux-gnu.extensions]] | ||
pkg = "rust-std" | ||
target = "x86_64-unknown-linux-musl" | ||
[[pkg.rust.target.x86_64-unknown-linux-gnu.extensions]] | ||
pkg = "rust-std" | ||
target = "i686-unknown-linux-gnu" | ||
[pkg.rustc] | ||
version = "rustc 1.3.0 (9a92aaf19 2015-09-15)" | ||
[pkg.rustc.target.x86_64-unknown-linux-gnu] | ||
available = true | ||
url = "example.com" | ||
hash = "..." | ||
version = "rustc 1.3.0 (9a92aaf19 2015-09-15)" | ||
[pkg.rustc.target.x86_64-unknown-linux-gnu] | ||
available = true | ||
url = "example.com" | ||
hash = "..." | ||
[pkg.cargo] | ||
version = "cargo 0.4.0-nightly (553b363 2015-08-03)" | ||
[pkg.cargo.target.x86_64-unknown-linux-gnu] | ||
available = true | ||
url = "example.com" | ||
hash = "..." | ||
version = "cargo 0.4.0-nightly (553b363 2015-08-03)" | ||
[pkg.cargo.target.x86_64-unknown-linux-gnu] | ||
available = true | ||
url = "example.com" | ||
hash = "..." | ||
[pkg.rust-std] | ||
version = "rustc 1.3.0 (9a92aaf19 2015-09-15)" | ||
[pkg.rust-std.target.x86_64-unknown-linux-gnu] | ||
available = true | ||
url = "example.com" | ||
hash = "..." | ||
[pkg.rust-std.target.x86_64-unknown-linux-musl] | ||
available = true | ||
url = "example.com" | ||
hash = "..." | ||
[pkg.rust-std.target.i686-unknown-linux-gnu] | ||
available = true | ||
url = "example.com" | ||
hash = "..." | ||
version = "rustc 1.3.0 (9a92aaf19 2015-09-15)" | ||
[pkg.rust-std.target.x86_64-unknown-linux-gnu] | ||
available = true | ||
url = "example.com" | ||
hash = "..." | ||
[pkg.rust-std.target.x86_64-unknown-linux-musl] | ||
available = true | ||
url = "example.com" | ||
hash = "..." | ||
[pkg.rust-std.target.i686-unknown-linux-gnu] | ||
available = true | ||
url = "example.com" | ||
hash = "..." | ||
[pkg.rust-docs] | ||
version = "rustc 1.3.0 (9a92aaf19 2015-09-15)" | ||
[pkg.rust-docs.target.x86_64-unknown-linux-gnu] | ||
available = true | ||
url = "example.com" | ||
hash = "..." | ||
|
||
version = "rustc 1.3.0 (9a92aaf19 2015-09-15)" | ||
[pkg.rust-docs.target.x86_64-unknown-linux-gnu] | ||
available = true | ||
url = "example.com" | ||
hash = "..." |
2 changes: 1 addition & 1 deletion
2
tests/suite/cli-ui/rustup/rustup_check_cmd_help_flag_stdout.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/suite/cli-ui/rustup/rustup_override_cmd_help_flag_stdout.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/suite/cli-ui/rustup/rustup_override_cmd_list_cmd_help_flag_stdout.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/suite/cli-ui/rustup/rustup_self_cmd_update_cmd_help_flag_stdout.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
bin.name = "rustup" | ||
args = ["set","--help"] | ||
args = ["set", "--help"] | ||
stdout = """ | ||
... | ||
Alter rustup settings | ||
|
2 changes: 1 addition & 1 deletion
2
tests/suite/cli-ui/rustup/rustup_show_cmd_active-toolchain_cmd_help_flag_stdout.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/suite/cli-ui/rustup/rustup_show_cmd_help_flag_stdout.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/suite/cli-ui/rustup/rustup_show_cmd_home_cmd_help_flag_stdout.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/suite/cli-ui/rustup/rustup_show_cmd_profile_cmd_help_flag_stdout.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/suite/cli-ui/rustup/rustup_target_cmd_help_flag_stdout.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/suite/cli-ui/rustup/rustup_toolchain_cmd_help_flag_stdout.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/suite/cli-ui/rustup/rustup_toolchain_cmd_list_cmd_help_flag_stdout.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/suite/cli-ui/rustup/rustup_toolchain_cmd_uninstall_cmd_help_flag_stdout.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/suite/cli-ui/rustup/rustup_update_cmd_help_flag_stdout.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/suite/cli-ui/rustup/rustup_upgrade_cmd_help_flag_stdout.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
[relabel] | ||
|
||
allow-unauthenticated = [ | ||
"bug", "duplicate", "enhancement", "forwarded", | ||
"performance", "question", "security", "tracking", "website", | ||
"O-*", "A-*" | ||
"bug", | ||
"duplicate", | ||
"enhancement", | ||
"forwarded", | ||
"performance", | ||
"question", | ||
"security", | ||
"tracking", | ||
"website", | ||
"O-*", | ||
"A-*", | ||
] | ||
|
||
[assign] |