mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-24 23:02:16 +00:00
change pinned rust toolchain version (#418)
This commit is contained in:
parent
58748f48cd
commit
35db4598a1
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user