Browse Source

Add rust-toolchain.toml (#183)

* add toolchain

* Use consistent 1.84.1
Peter Keay 5 months ago
parent
commit
75003050ac
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rust-toolchain.toml

+ 2 - 0
rust-toolchain.toml

@@ -0,0 +1,2 @@
+[toolchain]
+channel = "1.84.1"