Skip to content

Commit

Permalink
build: increase rustc version for hashbrown support
Browse files Browse the repository at this point in the history
Signed-off-by: blu3beri <blu3beri@proton.me>
  • Loading branch information
blu3beri committed May 17, 2023
1 parent 660eda5 commit 64abc86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Aries-Askar"

env:
RUST_VERSION: "1.60.0"
RUST_VERSION: "1.61.0"
CROSS_VERSION: "0.2.4"

on:
Expand Down Expand Up @@ -371,6 +371,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_VERSION }}
targets: ${{ matrix.target }}

- name: Build
Expand Down

0 comments on commit 64abc86

Please sign in to comment.