chore: rust channel update dedicated to Yuri's Night (#579)

Co-authored-by: Anatolios Laskaris <github_me@nahsi.dev>
This commit is contained in:
raftedproc 2023-04-18 14:19:53 +03:00 committed by GitHub
parent ad319cbe5a
commit 762b355385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -151,11 +151,11 @@ fn update_state_with_service_result<'i>(
Ok(()) Ok(())
} }
fn handle_service_error<'i>( fn handle_service_error(
service_result: CallServiceResult, service_result: CallServiceResult,
argument_hash: Rc<str>, argument_hash: Rc<str>,
tetraplet: RcSecurityTetraplet, tetraplet: RcSecurityTetraplet,
exec_ctx: &mut ExecutionCtx<'i>, exec_ctx: &mut ExecutionCtx<'_>,
trace_ctx: &mut TraceHandler, trace_ctx: &mut TraceHandler,
) -> ExecutionResult<CallServiceResult> { ) -> ExecutionResult<CallServiceResult> {
use air_interpreter_interface::CALL_SERVICE_SUCCESS; use air_interpreter_interface::CALL_SERVICE_SUCCESS;

View File

@ -1,6 +1,6 @@
[toolchain] [toolchain]
# AquaVM can be built with "stable", "nightly" required only to build Marine tests # 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" ] components = [ "rustfmt", "clippy", "rust-src", "llvm-tools-preview" ]
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi", "wasm32-unknown-unknown" ] targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi", "wasm32-unknown-unknown" ]
profile = "minimal" profile = "minimal"