Skip to content

Commit

Permalink
chore: cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Mar 8, 2024
1 parent 98b8964 commit 66d1f27
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 268 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
~/.cargo/git/db/
target/
~/.rustup/
key: test-rust-nightly-2024-01-25-${{ hashFiles('**/Cargo.toml') }}
restore-keys: rust-nightly-2024-01-25
key: test-rust-nightly-2024-02-22-${{ hashFiles('**/Cargo.toml') }}
restore-keys: rust-nightly-2024-02-22

- name: Install nightly-2024-01-25 toolchain
- name: Install nightly-2024-02-22 toolchain
id: rustc-toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2024-01-25
toolchain: nightly-2024-02-22
override: true

- name: Run cargo test
Expand Down Expand Up @@ -67,15 +67,15 @@ jobs:
~/.cargo/git/db/
target/
~/.rustup/
key: clippy-rust-nightly-2024-01-25-${{ hashFiles('**/Cargo.toml') }}
restore-keys: rust-nightly-2024-01-25-
key: clippy-rust-nightly-2024-02-22-${{ hashFiles('**/Cargo.toml') }}
restore-keys: rust-nightly-2024-02-22-

- name: Install nightly-2024-01-25 toolchain
- name: Install nightly-2024-02-22 toolchain
id: rustc-toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2024-01-25
toolchain: nightly-2024-02-22
override: true
components: rustfmt, clippy

Expand Down
Loading

0 comments on commit 66d1f27

Please sign in to comment.