This commit is contained in:
Simon Hyll 2026-02-05 17:18:12 -03:00 committed by GitHub
commit 0a8cbca010
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,12 @@
[toolchain]
channel = "1.77.2"
profile = "minimal"
components = [
"cargo",
"clippy",
"llvm-tools-preview",
"rustc",
"rust-src",
"rustfmt",
]
targets = []