diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-01-23 22:36:40 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 22:36:40 +0530 |
commit | 3959d9f2d285bd45beb34074cf61090e2c4976dc (patch) | |
tree | 7c4c7db97a3951bbb7044c0cb6b778f6be0446d7 /rust-toolchain.toml | |
parent | a96b294a8a421570f6b29b5df6fbeaf2d9658047 (diff) |
chore: upgrade to rust 1.58.1 (#13459)
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 000000000..89378c52d --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.58.1" |