feat(rust): upgrade to 1.70.0

This commit is contained in:
Harsh Shandilya 2023-06-16 11:23:29 +05:30
parent ce22cd9e3c
commit ade9df68d6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[toolchain]
channel = "stable"
channel = "1.70.0"
components = [ "clippy", "rustfmt", "rust-src" ]
targets = [ "x86_64-unknown-linux-gnu" ]
profile = "minimal"