Update rust version

This commit is contained in:
Maximilian Ammann 2022-04-19 15:49:21 +02:00
parent 77601cee4a
commit f07537a27c

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "1.59"
channel = "1.60"
targets = [ "wasm32-unknown-unknown", "x86_64-unknown-linux-gnu", "aarch64-linux-android", "aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim" ]
components = [ "rust-src" ] # rust-src is required for WASM builds which recompile the stdlib