Skip to content

Commit

Permalink
Temporarily pin dylint_linting to nightly-2023-01-19
Browse files Browse the repository at this point in the history
Until rust-lang/rust#106810 can be dealt with.
  • Loading branch information
smoelius committed Jan 22, 2023
1 parent e5543b9 commit cc8b57a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.3

- Set rust-analyzer's `rustc_private=true` in `dylint_linting` package metadata ([#543](https://github.com/trailofbits/dylint/pull/543))

## 2.1.2

- Rerun `cargo check` when library code changes ([6235e99](https://github.com/trailofbits/dylint/commit/6235e9993aa374a8a568fbbda4c333d718985835))
Expand Down
3 changes: 2 additions & 1 deletion utils/linting/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[toolchain]
channel = "nightly"
# smoelius: Temporarily pin to `nightly-2023-01-19` until rust-lang/rust#106810 can be dealt with.
channel = "nightly-2023-01-19"
components = ["llvm-tools-preview", "rustc-dev"]

0 comments on commit cc8b57a

Please sign in to comment.