Skip to content

Commit

Permalink
chore: update rust/deps, add unicode license, fix deny, fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
dancoombs committed Dec 18, 2024
1 parent 4463b96 commit 493a1a4
Show file tree
Hide file tree
Showing 15 changed files with 1,054 additions and 908 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
toolchain: 1.82.0
toolchain: 1.83.0
- name: Install toolchain (nightly)
run: rustup toolchain add nightly --component rustfmt --profile minimal
- uses: Swatinem/rust-cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
with:
command: check bans licenses sources
command: --all-features check bans licenses sources
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
toolchain: 1.82.0
toolchain: 1.83.0

- name: Install toolchain (nightly)
run: rustup toolchain add nightly --component rustfmt --profile minimal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: recursive

- name: Install toolchain
uses: dtolnay/rust-toolchain@1.82.0
uses: dtolnay/rust-toolchain@1.83.0
with:
components: llvm-tools-preview

Expand Down
Loading

0 comments on commit 493a1a4

Please sign in to comment.