diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-11-15 18:13:29 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-11-15 18:13:29 -0800 |
| commit | 65994d5b50b94d7b172fff217ad5facd82ce2722 (patch) | |
| tree | 1fd9ac6ee97bc0b3877d8f631a48c4dbaabb6672 /rust-toolchain.toml | |
| download | sendsms-65994d5b50b94d7b172fff217ad5facd82ce2722.tar.gz | |
meta: initial commit!
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..e7ae097 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "1.64.0" +components = [ "rustfmt", "clippy" ] |
