All checks were successful
Test the running changes / Test (push) Successful in 35s
11 lines
134 B
TOML
11 lines
134 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
targets = [
|
|
"x86_64-unknown-linux-gnu"
|
|
]
|
|
components = [
|
|
"clippy",
|
|
"rustfmt",
|
|
"rust-analyzer"
|
|
]
|