Skip to content

Commit

Permalink
Update dependencies (2024-12)
Browse files Browse the repository at this point in the history
Change-Id: I72e6f041f87c30498aa998a9051de900a4857292
  • Loading branch information
vmiklos committed Dec 1, 2024
1 parent 3451ddb commit d2c2e20
Show file tree
Hide file tree
Showing 6 changed files with 312 additions and 66 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Rust
uses: dtolnay/rust-toolchain@v1
with:
toolchain: 1.82.0
toolchain: 1.83.0
components: rustfmt, clippy, llvm-tools-preview
- name: Rust Cache
uses: actions/cache@v4.0.1
Expand All @@ -25,7 +25,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-1.82.0-${{ hashFiles('**/Cargo.toml') }}
key: ${{ runner.os }}-cargo-1.83.0-${{ hashFiles('**/Cargo.toml') }}
- name: Setup Node
uses: actions/setup-node@v4.0.2
with:
Expand Down
Loading

0 comments on commit d2c2e20

Please sign in to comment.