Skip to content

Commit

Permalink
add toolchain config
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanNano committed Dec 6, 2023
1 parent e4cbe40 commit b9023d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions native/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[toolchain]
channel = "1.73.0"
components = [ "rustfmt", "clippy" ]
profile = "default"

0 comments on commit b9023d2

Please sign in to comment.