Update rust toolchain

This commit is contained in:
Hardhat Chad
2024-02-16 21:53:33 +00:00
parent bdcd5432ad
commit 3ea13ee246

View File

@@ -1,5 +1,5 @@
[toolchain]
channel = "1.70.0"
channel = "1.72.0"
components = [ "rustfmt", "rust-analyzer" ]
targets = [ "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "aarch64-apple-darwin"]
profile = "minimal"