chore: Fix rust toolchain version (#413)

* Set rust toolchain version

* Fix date
This commit is contained in:
Anatolios Laskaris 2022-12-26 19:01:48 +02:00 committed by GitHub
parent 89f7cd09f7
commit 590479cc5b
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"
channel = "nightly-2022-12-01"
components = [ "rustfmt", "clippy" ]
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi" ]
profile = "minimal"