mirror of https://github.com/rapiz1/rathole.git
chore: specify rust 1.71
This commit is contained in:
parent
35ca91b664
commit
9c00b014f9
|
@ -66,7 +66,7 @@ jobs:
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: 1.71
|
||||||
- name: Install cross
|
- name: Install cross
|
||||||
run: cargo install --version 0.2.5 cross
|
run: cargo install --version 0.2.5 cross
|
||||||
- name: Use Compile Features For Embedded
|
- name: Use Compile Features For Embedded
|
||||||
|
|
Loading…
Reference in New Issue