chore: reformat TOML files with Taplo

This commit is contained in:
Harsh Shandilya 2023-06-26 00:47:57 +05:30
parent b6691aa68b
commit 00cd331a4d
No known key found for this signature in database
2 changed files with 13 additions and 5 deletions

View file

@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2023-06-10"
components = [ "clippy", "rustfmt", "rust-src" ]
targets = [ "x86_64-unknown-linux-gnu" ]
components = ["clippy", "rustfmt", "rust-src"]
targets = ["x86_64-unknown-linux-gnu"]
profile = "minimal"