Skip to content

Commit

Permalink
bump dylint deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFluffy committed Sep 19, 2024
1 parent b037f32 commit 0049394
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,13 +249,13 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
# This has to match `rust-toolchain` in the rust-toolchain file of the dylint lints
toolchain: nightly-2023-12-28
toolchain: nightly-2024-09-05
components: "clippy, llvm-tools-preview, rustc-dev"
- uses: Swatinem/rust-cache@v2.7.3
with:
cache-provider: "buildjet"
- name: install cargo-dylint and dylint-link
run: cargo install cargo-dylint@2.6.1 dylint-link@2.6.1 --locked
run: cargo install cargo-dylint@3.1.2 dylint-link@3.1.2 --locked
- uses: arduino/setup-protoc@v3
with:
version: "24.4"
Expand Down
59 changes: 27 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lint/tracing_debug_field/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ path = "ui/main.rs"

[dependencies]
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "a95afe2d0a2051d97b723b0b197393b7811bc4e4" }
dylint_linting = "2.6.1"
dylint_linting = "3.1.2"
if_chain = "1.0.2"

[dev-dependencies]
dylint_testing = "2.6.1"
dylint_testing = "3.1.2"
tracing = "0.1"

[package.metadata.rust-analyzer]
Expand Down

0 comments on commit 0049394

Please sign in to comment.