From 64abc86d4270113d7038760be353e2d4f7f65862 Mon Sep 17 00:00:00 2001 From: blu3beri Date: Wed, 17 May 2023 12:37:21 +0200 Subject: [PATCH] build: increase rustc version for hashbrown support Signed-off-by: blu3beri --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0925aa93..dfb29878 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ name: "Aries-Askar" env: - RUST_VERSION: "1.60.0" + RUST_VERSION: "1.61.0" CROSS_VERSION: "0.2.4" on: @@ -371,6 +371,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@master with: + toolchain: ${{ env.RUST_VERSION }} targets: ${{ matrix.target }} - name: Build