From 2755b09e7bc64183c8697ad663841d102b446e77 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Mon, 21 Jun 2021 11:56:37 +0200 Subject: [PATCH] Bump CI stable version to `1.53` Fixes #374 --- .github/workflows/cont_integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index f4ab11db..71a49cab 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: rust: - - 1.51.0 # STABLE + - 1.53.0 # STABLE - 1.46.0 # MSRV features: - default @@ -114,7 +114,7 @@ jobs: - name: Install rustup run: curl https://sh.rustup.rs -sSf | sh -s -- -y - name: Set default toolchain - run: $HOME/.cargo/bin/rustup default 1.51.0 # STABLE + run: $HOME/.cargo/bin/rustup default 1.53.0 # STABLE - name: Set profile run: $HOME/.cargo/bin/rustup set profile minimal - name: Update toolchain @@ -149,7 +149,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.51.0 # STABLE + run: rustup default 1.53.0 # STABLE - name: Set profile run: rustup set profile minimal - name: Add target wasm32