mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-24 23:02:16 +00:00
chore: Fix rust toolchain version (#413)
* Set rust toolchain version * Fix date
This commit is contained in:
parent
89f7cd09f7
commit
590479cc5b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user