Skip to content
Snippets Groups Projects
Commit f933404c authored by Bryan Chen's avatar Bryan Chen
Browse files

update toolchain

parent 8aaa018d
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,11 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
default: true
- name: Install cargo-unleash
run: cargo install cargo-unleash --version 1.0.0-alpha.10 #FIXME: change to release once it's ready
- name: Cargo unleash check
run: cargo-unleash check
run: cargo unleash check
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment