Skip to content

Commit

Permalink
bump dylint
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFluffy committed Sep 20, 2024
1 parent c751c24 commit cb99f5b
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
with:
cache-provider: "buildjet"
- name: install cargo-dylint and dylint-link
run: cargo install cargo-dylint@3.1.2 dylint-link@3.1.2 --locked
run: cargo install cargo-dylint@3.2.0 dylint-link@3.2.0 --locked
- uses: arduino/setup-protoc@v3
with:
version: "24.4"
Expand Down
91 changes: 74 additions & 17 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 = "3.1.2"
dylint_linting = "3.2.0"
if_chain = "1.0.2"

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

[package.metadata.rust-analyzer]
Expand Down

0 comments on commit cb99f5b

Please sign in to comment.