From 9fb651a9e97052a4f65c3d20f44d264a30715ce1 Mon Sep 17 00:00:00 2001 From: rajarshimaitra Date: Thu, 13 Oct 2022 12:56:11 +0530 Subject: [PATCH] Update wasm build to 1.57 in CI --- .github/workflows/cont_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 5d914a2..686e7f7 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -80,7 +80,7 @@ jobs: - run: sudo apt-get update || exit 1 - run: sudo apt-get install -y libclang-common-10-dev clang-10 libc6-dev-i386 || exit 1 - name: Set default toolchain - run: rustup default 1.56.1 # MSRV + run: rustup default 1.57.0 # MSRV - name: Set profile run: rustup set profile minimal - name: Add target wasm32 -- 2.49.0