Skip to content

Commit cc8b57a

Browse files
committed
Temporarily pin dylint_linting to nightly-2023-01-19
Until rust-lang/rust#106810 can be dealt with.
1 parent e5543b9 commit cc8b57a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.1.3
4+
5+
- Set rust-analyzer's `rustc_private=true` in `dylint_linting` package metadata ([#543](https://github.com/trailofbits/dylint/pull/543))
6+
37
## 2.1.2
48

59
- Rerun `cargo check` when library code changes ([6235e99](https://github.com/trailofbits/dylint/commit/6235e9993aa374a8a568fbbda4c333d718985835))

utils/linting/rust-toolchain

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[toolchain]
2-
channel = "nightly"
2+
# smoelius: Temporarily pin to `nightly-2023-01-19` until rust-lang/rust#106810 can be dealt with.
3+
channel = "nightly-2023-01-19"
34
components = ["llvm-tools-preview", "rustc-dev"]

0 commit comments

Comments
 (0)