Skip to content

Commit ec6f35b

Browse files
committed
Add a toolchain file for tracking our supported rustc version
1 parent 1c377d7 commit ec6f35b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust-toolchain.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[toolchain]
2+
channel = "1.63.0"
3+
components = [ "rustfmt" ]
4+
profile = "minimal"

0 commit comments

Comments
 (0)