Upgrade to rust 1.72

This commit is contained in:
Max Brunsfeld 2023-08-25 09:59:16 -07:00
parent 44c340b5f2
commit 732af201dc
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
[toolchain]
channel = "1.71"
channel = "1.72"
components = [ "rustfmt" ]
targets = [ "x86_64-apple-darwin", "aarch64-apple-darwin", "wasm32-wasi" ]