change pinned rust toolchain version (#418)

This commit is contained in:
Mike Voronov 2022-12-27 11:03:12 +03:00 committed by GitHub
parent 58748f48cd
commit 35db4598a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
[toolchain]
# AquaVM can be built with "stable", "nightly" required only to build Marine tests
channel = "nightly-2022-12-01"
channel = "nightly-2022-11-01"
components = [ "rustfmt", "clippy", "rust-src" ]
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi" ]
profile = "minimal"