This commit is contained in:
Ivan Akimov 2023-07-20 15:11:17 -05:00
parent bc81721768
commit eb6739e706

View File

@ -10,7 +10,7 @@ jobs:
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
profile: minimal profile: minimal
toolchain: nightly toolchain: nightly-2023-06-15
override: true override: true
components: rustfmt, clippy components: rustfmt, clippy
- name: Set up cargo cache - name: Set up cargo cache