Skip to content

Commit

Permalink
Bump Dylint dependencies (#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Jan 23, 2023
1 parent d52cacf commit d8df387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion linting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include = ["Cargo.toml", "*.rs", "LICENSE"]
crate-type = ["cdylib"]

[dependencies]
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "0cb0f7636851f9fcc57085cf80197a2ef6db098f" }
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "f4850f7292efa33759b4f7f9b7621268979e9914" }
dylint_linting = "2.0.0"
if_chain = "1.0.2"
log = "0.4.14"
Expand Down
4 changes: 2 additions & 2 deletions linting/rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# https://github.com/trailofbits/dylint/tree/master/examples.

[toolchain]
channel = "nightly-2022-06-30"
components = ["llvm-tools-preview", "rustc-dev"]
channel = "nightly-2022-11-21"
components = ["llvm-tools-preview", "rustc-dev"]

0 comments on commit d8df387

Please sign in to comment.