Update Rust to 1.64
This commit is contained in:
parent
8605946703
commit
854b0ba353
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
components: clippy, rustfmt
|
components: clippy, rustfmt
|
||||||
toolchain: 1.63
|
toolchain: 1.64
|
||||||
- name: Cache cargo registry
|
- name: Cache cargo registry
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.63
|
1.64
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue