mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 15:20:16 +00:00
chore: rust channel update dedicated to Yuri's Night (#579)
Co-authored-by: Anatolios Laskaris <github_me@nahsi.dev>
This commit is contained in:
parent
ad319cbe5a
commit
762b355385
@ -151,11 +151,11 @@ fn update_state_with_service_result<'i>(
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn handle_service_error<'i>(
|
||||
fn handle_service_error(
|
||||
service_result: CallServiceResult,
|
||||
argument_hash: Rc<str>,
|
||||
tetraplet: RcSecurityTetraplet,
|
||||
exec_ctx: &mut ExecutionCtx<'i>,
|
||||
exec_ctx: &mut ExecutionCtx<'_>,
|
||||
trace_ctx: &mut TraceHandler,
|
||||
) -> ExecutionResult<CallServiceResult> {
|
||||
use air_interpreter_interface::CALL_SERVICE_SUCCESS;
|
||||
|
@ -1,6 +1,6 @@
|
||||
[toolchain]
|
||||
# AquaVM can be built with "stable", "nightly" required only to build Marine tests
|
||||
channel = "nightly-2022-11-01"
|
||||
channel = "nightly-2023-04-12"
|
||||
components = [ "rustfmt", "clippy", "rust-src", "llvm-tools-preview" ]
|
||||
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi", "wasm32-unknown-unknown" ]
|
||||
profile = "minimal"
|
||||
|
Loading…
Reference in New Issue
Block a user