chore: reformat TOML files with Taplo

This commit is contained in:
Harsh Shandilya 2023-06-26 00:33:51 +05:30
parent fe575094a6
commit 13925f52c6
No known key found for this signature in database

View file

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