Skip to content

Commit

Permalink
Update wasm build to 1.57 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rajarshimaitra committed Nov 19, 2022
1 parent 7e87a65 commit 9fb651a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fb651a

Please sign in to comment.